Shades of Blue Gem #462AA1
Tints of Blue Gem #462AA1
RGB
CMYK
RGB Variations
Color information
#462AA1 (or 0x462AA1) is known color: Blue Gem. HEX triplet: 46, 2A and A1. RGB value is (70,42,161). Sum of RGB (Red+Green+Blue) = 70+42+161=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #462AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AA1 is #B9D55E. Grayscale: #3F3F3F. Windows color (decimal): -12178783 or 10562118. OLE color: 10562118.
HSL color Cylindrical-coordinate representation of color #462AA1: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462AA1 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 42 | 161 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.37 |
| HSL | 254.12º | 0.59% | 0.4% | - |
| HSV(B) | 254.12º | 0.74% | 0.63% | - |
| XYZ | 9.79 | 5.53 | 34.27 | - |
| YUV | 63.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 161 | 0.57 | 0.74 | 0 | 0.37 | 254.12 | 0.59 | 0.4 |
| Hex | 46 | 2A | A1 | 39 | 4A | 0 | 25 | FE | 3B | 28 |
| Octal | 106 | 52 | 241 | 71 | 112 | 0 | 45 | 376 | 73 | 50 |
| Binary | 1000110 | 101010 | 10100001 | 111001 | 1001010 | 0 | 100101 | 11111110 | 111011 | 101000 |
Color Harmonies of #462AA1
Complementary color
Monochromatic Colors of #462AA1
Black with #462AA1
Text Example
Text Example
White with #462AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AA1; }
p { color: rgb(70,42,161); }
H1.HeaderClassName
{
color: #462AA1;
}
.AnyTagClassName
{
color: #462AA1;
}
</style>
background-color css
<style>
a { background-color: #462AA1; }
a { background-color: rgb(70,42,161); }
div.DivClassName
{
background-color: #462AA1;
}
.BgClassName
{
background-color: #462AA1;
}
</style>
border-color css
<style>
span { border-color: #462AA1; }
span { border-color: rgb(70,42,161); }
td.TdClassName
{
border-color: #462AA1;
}
.TagClassName
{
border-color: #462AA1;
}
</style>