Shades of Blue Gem #462DA6
Tints of Blue Gem #462DA6
RGB
CMYK
RGB Variations
Color information
#462DA6 (or 0x462DA6) is known color: Blue Gem. HEX triplet: 46, 2D and A6. RGB value is (70,45,166). Sum of RGB (Red+Green+Blue) = 70+45+166=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #462DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DA6 is #B9D259. Grayscale: #414141. Windows color (decimal): -12178010 or 10890566. OLE color: 10890566.
HSL color Cylindrical-coordinate representation of color #462DA6: hue angle of 252.4º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462DA6 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 45 | 166 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.35 |
| HSL | 252.4º | 0.57% | 0.41% | - |
| HSV(B) | 252.4º | 0.73% | 0.65% | - |
| XYZ | 10.35 | 5.93 | 36.68 | - |
| YUV | 66.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 166 | 0.58 | 0.73 | 0 | 0.35 | 252.4 | 0.57 | 0.41 |
| Hex | 46 | 2D | A6 | 3A | 49 | 0 | 23 | FC | 39 | 29 |
| Octal | 106 | 55 | 246 | 72 | 111 | 0 | 43 | 374 | 71 | 51 |
| Binary | 1000110 | 101101 | 10100110 | 111010 | 1001001 | 0 | 100011 | 11111100 | 111001 | 101001 |
Color Harmonies of #462DA6
Complementary color
Monochromatic Colors of #462DA6
Black with #462DA6
Text Example
Text Example
White with #462DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DA6; }
p { color: rgb(70,45,166); }
H1.HeaderClassName
{
color: #462DA6;
}
.AnyTagClassName
{
color: #462DA6;
}
</style>
background-color css
<style>
a { background-color: #462DA6; }
a { background-color: rgb(70,45,166); }
div.DivClassName
{
background-color: #462DA6;
}
.BgClassName
{
background-color: #462DA6;
}
</style>
border-color css
<style>
span { border-color: #462DA6; }
span { border-color: rgb(70,45,166); }
td.TdClassName
{
border-color: #462DA6;
}
.TagClassName
{
border-color: #462DA6;
}
</style>