Shades of Blue Gem #462AAF
Tints of Blue Gem #462AAF
RGB
CMYK
RGB Variations
Color information
#462AAF (or 0x462AAF) is known color: Blue Gem. HEX triplet: 46, 2A and AF. RGB value is (70,42,175). Sum of RGB (Red+Green+Blue) = 70+42+175=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #462AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAF is #B9D550. Grayscale: #414141. Windows color (decimal): -12178769 or 11479622. OLE color: 11479622.
HSL color Cylindrical-coordinate representation of color #462AAF: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462AAF is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 42 | 175 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.31 |
| HSL | 252.63º | 0.61% | 0.43% | - |
| HSV(B) | 252.63º | 0.76% | 0.69% | - |
| XYZ | 11.09 | 6.05 | 41.14 | - |
| YUV | 65.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 175 | 0.60 | 0.76 | 0 | 0.31 | 252.63 | 0.61 | 0.43 |
| Hex | 46 | 2A | AF | 3C | 4C | 0 | 1F | FD | 3D | 2B |
| Octal | 106 | 52 | 257 | 74 | 114 | 0 | 37 | 375 | 75 | 53 |
| Binary | 1000110 | 101010 | 10101111 | 111100 | 1001100 | 0 | 11111 | 11111101 | 111101 | 101011 |
Color Harmonies of #462AAF
Complementary color
Monochromatic Colors of #462AAF
Black with #462AAF
Text Example
Text Example
White with #462AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AAF; }
p { color: rgb(70,42,175); }
H1.HeaderClassName
{
color: #462AAF;
}
.AnyTagClassName
{
color: #462AAF;
}
</style>
background-color css
<style>
a { background-color: #462AAF; }
a { background-color: rgb(70,42,175); }
div.DivClassName
{
background-color: #462AAF;
}
.BgClassName
{
background-color: #462AAF;
}
</style>
border-color css
<style>
span { border-color: #462AAF; }
span { border-color: rgb(70,42,175); }
td.TdClassName
{
border-color: #462AAF;
}
.TagClassName
{
border-color: #462AAF;
}
</style>