Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumblue | 462AFB | #462AFB | 70, 42, 251 | 27.45, 16.47, 98.43 | 72.11, 83.27, 0, 1.57 | 248.03827751196, 83.266932270916, 98.43137254902 |
Color #462afb is mediumblue. In RGB: 27.45, 16.47, 98.43. In CMYK: 72.11, 83.27, 0, 1.57.
div { background: #462afb; color: #000; }
div { background: #462afb; color: #fff; }
div { background: linear-gradient(to bottom, #0008DE 0%, #6D45FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #6D45FF 0%, #0008DE 100%); color: #000; }
div { background: linear-gradient(to bottom, #0008DE 0%, #6D45FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #6D45FF 0%, #0008DE 100%); color: #fff; }
div { border: 1px solid #462afb; }
div { border: 5px solid #462afb; }
div { border: 1px dashed #462afb; }
div { border: 5px dashed #462afb; }
div { border: 1px dotted #462afb; }
div { border: 5px dotted #462afb; }