Shades of Blue Gem #462AAA
Tints of Blue Gem #462AAA
RGB
CMYK
RGB Variations
Color information
#462AAA (or 0x462AAA) is known color: Blue Gem. HEX triplet: 46, 2A and AA. RGB value is (70,42,170). Sum of RGB (Red+Green+Blue) = 70+42+170=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #462AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAA is #B9D555. Grayscale: #404040. Windows color (decimal): -12178774 or 11151942. OLE color: 11151942.
HSL color Cylindrical-coordinate representation of color #462AAA: hue angle of 253.12º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462AAA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 42 | 170 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.33 |
| HSL | 253.13º | 0.6% | 0.42% | - |
| HSV(B) | 253.13º | 0.75% | 0.67% | - |
| XYZ | 10.61 | 5.86 | 38.6 | - |
| YUV | 64.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 170 | 0.59 | 0.75 | 0 | 0.33 | 253.13 | 0.6 | 0.42 |
| Hex | 46 | 2A | AA | 3B | 4B | 0 | 21 | FD | 3C | 2A |
| Octal | 106 | 52 | 252 | 73 | 113 | 0 | 41 | 375 | 74 | 52 |
| Binary | 1000110 | 101010 | 10101010 | 111011 | 1001011 | 0 | 100001 | 11111101 | 111100 | 101010 |
Color Harmonies of #462AAA
Complementary color
Monochromatic Colors of #462AAA
Black with #462AAA
Text Example
Text Example
White with #462AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AAA; }
p { color: rgb(70,42,170); }
H1.HeaderClassName
{
color: #462AAA;
}
.AnyTagClassName
{
color: #462AAA;
}
</style>
background-color css
<style>
a { background-color: #462AAA; }
a { background-color: rgb(70,42,170); }
div.DivClassName
{
background-color: #462AAA;
}
.BgClassName
{
background-color: #462AAA;
}
</style>
border-color css
<style>
span { border-color: #462AAA; }
span { border-color: rgb(70,42,170); }
td.TdClassName
{
border-color: #462AAA;
}
.TagClassName
{
border-color: #462AAA;
}
</style>