Shades of Blue Gem #462AAC
Tints of Blue Gem #462AAC
RGB
CMYK
RGB Variations
Color information
#462AAC (or 0x462AAC) is known color: Blue Gem. HEX triplet: 46, 2A and AC. RGB value is (70,42,172). Sum of RGB (Red+Green+Blue) = 70+42+172=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #462AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAC is #B9D553. Grayscale: #404040. Windows color (decimal): -12178772 or 11283014. OLE color: 11283014.
HSL color Cylindrical-coordinate representation of color #462AAC: hue angle of 252.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462AAC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 42 | 172 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.33 |
| HSL | 252.92º | 0.61% | 0.42% | - |
| HSV(B) | 252.92º | 0.76% | 0.67% | - |
| XYZ | 10.8 | 5.94 | 39.61 | - |
| YUV | 65.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 172 | 0.59 | 0.76 | 0 | 0.33 | 252.92 | 0.61 | 0.42 |
| Hex | 46 | 2A | AC | 3B | 4C | 0 | 21 | FD | 3D | 2A |
| Octal | 106 | 52 | 254 | 73 | 114 | 0 | 41 | 375 | 75 | 52 |
| Binary | 1000110 | 101010 | 10101100 | 111011 | 1001100 | 0 | 100001 | 11111101 | 111101 | 101010 |
Color Harmonies of #462AAC
Complementary color
Monochromatic Colors of #462AAC
Black with #462AAC
Text Example
Text Example
White with #462AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AAC; }
p { color: rgb(70,42,172); }
H1.HeaderClassName
{
color: #462AAC;
}
.AnyTagClassName
{
color: #462AAC;
}
</style>
background-color css
<style>
a { background-color: #462AAC; }
a { background-color: rgb(70,42,172); }
div.DivClassName
{
background-color: #462AAC;
}
.BgClassName
{
background-color: #462AAC;
}
</style>
border-color css
<style>
span { border-color: #462AAC; }
span { border-color: rgb(70,42,172); }
td.TdClassName
{
border-color: #462AAC;
}
.TagClassName
{
border-color: #462AAC;
}
</style>