Shades of Blue Gem #462AAD
Tints of Blue Gem #462AAD
RGB
CMYK
RGB Variations
Color information
#462AAD (or 0x462AAD) is known color: Blue Gem. HEX triplet: 46, 2A and AD. RGB value is (70,42,173). Sum of RGB (Red+Green+Blue) = 70+42+173=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #462AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAD is #B9D552. Grayscale: #404040. Windows color (decimal): -12178771 or 11348550. OLE color: 11348550.
HSL color Cylindrical-coordinate representation of color #462AAD: hue angle of 252.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462AAD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 42 | 173 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.32 |
| HSL | 252.82º | 0.61% | 0.42% | - |
| HSV(B) | 252.82º | 0.76% | 0.68% | - |
| XYZ | 10.9 | 5.98 | 40.11 | - |
| YUV | 65.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 173 | 0.60 | 0.76 | 0 | 0.32 | 252.82 | 0.61 | 0.42 |
| Hex | 46 | 2A | AD | 3C | 4C | 0 | 20 | FD | 3D | 2A |
| Octal | 106 | 52 | 255 | 74 | 114 | 0 | 40 | 375 | 75 | 52 |
| Binary | 1000110 | 101010 | 10101101 | 111100 | 1001100 | 0 | 100000 | 11111101 | 111101 | 101010 |
Color Harmonies of #462AAD
Complementary color
Monochromatic Colors of #462AAD
Black with #462AAD
Text Example
Text Example
White with #462AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AAD; }
p { color: rgb(70,42,173); }
H1.HeaderClassName
{
color: #462AAD;
}
.AnyTagClassName
{
color: #462AAD;
}
</style>
background-color css
<style>
a { background-color: #462AAD; }
a { background-color: rgb(70,42,173); }
div.DivClassName
{
background-color: #462AAD;
}
.BgClassName
{
background-color: #462AAD;
}
</style>
border-color css
<style>
span { border-color: #462AAD; }
span { border-color: rgb(70,42,173); }
td.TdClassName
{
border-color: #462AAD;
}
.TagClassName
{
border-color: #462AAD;
}
</style>