Shades of Blue Gem #462DAA
Tints of Blue Gem #462DAA
RGB
CMYK
RGB Variations
Color information
#462DAA (or 0x462DAA) is known color: Blue Gem. HEX triplet: 46, 2D and AA. RGB value is (70,45,170). Sum of RGB (Red+Green+Blue) = 70+45+170=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #462DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DAA is #B9D255. Grayscale: #424242. Windows color (decimal): -12178006 or 11152710. OLE color: 11152710.
HSL color Cylindrical-coordinate representation of color #462DAA: hue angle of 252º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462DAA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 45 | 170 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.33 |
| HSL | 252º | 0.58% | 0.42% | - |
| HSV(B) | 252º | 0.74% | 0.67% | - |
| XYZ | 10.72 | 6.08 | 38.64 | - |
| YUV | 66.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 170 | 0.59 | 0.74 | 0 | 0.33 | 252 | 0.58 | 0.42 |
| Hex | 46 | 2D | AA | 3B | 4A | 0 | 21 | FC | 3A | 2A |
| Octal | 106 | 55 | 252 | 73 | 112 | 0 | 41 | 374 | 72 | 52 |
| Binary | 1000110 | 101101 | 10101010 | 111011 | 1001010 | 0 | 100001 | 11111100 | 111010 | 101010 |
Color Harmonies of #462DAA
Complementary color
Monochromatic Colors of #462DAA
Black with #462DAA
Text Example
Text Example
White with #462DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DAA; }
p { color: rgb(70,45,170); }
H1.HeaderClassName
{
color: #462DAA;
}
.AnyTagClassName
{
color: #462DAA;
}
</style>
background-color css
<style>
a { background-color: #462DAA; }
a { background-color: rgb(70,45,170); }
div.DivClassName
{
background-color: #462DAA;
}
.BgClassName
{
background-color: #462DAA;
}
</style>
border-color css
<style>
span { border-color: #462DAA; }
span { border-color: rgb(70,45,170); }
td.TdClassName
{
border-color: #462DAA;
}
.TagClassName
{
border-color: #462DAA;
}
</style>