Shades of Blue Gem #462FAC
Tints of Blue Gem #462FAC
RGB
CMYK
RGB Variations
Color information
#462FAC (or 0x462FAC) is known color: Blue Gem. HEX triplet: 46, 2F and AC. RGB value is (70,47,172). Sum of RGB (Red+Green+Blue) = 70+47+172=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #462FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462FAC is #B9D053. Grayscale: #434343. Windows color (decimal): -12177492 or 11284294. OLE color: 11284294.
HSL color Cylindrical-coordinate representation of color #462FAC: hue angle of 251.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462FAC is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 47 | 172 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.33 |
| HSL | 251.04º | 0.57% | 0.43% | - |
| HSV(B) | 251.04º | 0.73% | 0.67% | - |
| XYZ | 10.99 | 6.31 | 39.67 | - |
| YUV | 68.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 172 | 0.59 | 0.73 | 0 | 0.33 | 251.04 | 0.57 | 0.43 |
| Hex | 46 | 2F | AC | 3B | 49 | 0 | 21 | FB | 39 | 2B |
| Octal | 106 | 57 | 254 | 73 | 111 | 0 | 41 | 373 | 71 | 53 |
| Binary | 1000110 | 101111 | 10101100 | 111011 | 1001001 | 0 | 100001 | 11111011 | 111001 | 101011 |
Color Harmonies of #462FAC
Complementary color
Monochromatic Colors of #462FAC
Black with #462FAC
Text Example
Text Example
White with #462FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FAC; }
p { color: rgb(70,47,172); }
H1.HeaderClassName
{
color: #462FAC;
}
.AnyTagClassName
{
color: #462FAC;
}
</style>
background-color css
<style>
a { background-color: #462FAC; }
a { background-color: rgb(70,47,172); }
div.DivClassName
{
background-color: #462FAC;
}
.BgClassName
{
background-color: #462FAC;
}
</style>
border-color css
<style>
span { border-color: #462FAC; }
span { border-color: rgb(70,47,172); }
td.TdClassName
{
border-color: #462FAC;
}
.TagClassName
{
border-color: #462FAC;
}
</style>