Shades of Blue Gem #462B92
Tints of Blue Gem #462B92
RGB
CMYK
RGB Variations
Color information
#462B92 (or 0x462B92) is known color: Blue Gem. HEX triplet: 46, 2B and 92. RGB value is (70,43,146). Sum of RGB (Red+Green+Blue) = 70+43+146=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #462B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B92 is #B9D46D. Grayscale: #3E3E3E. Windows color (decimal): -12178542 or 9579334. OLE color: 9579334.
HSL color Cylindrical-coordinate representation of color #462B92: hue angle of 255.73º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462B92 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 43 | 146 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.43 |
| HSL | 255.73º | 0.54% | 0.37% | - |
| HSV(B) | 255.73º | 0.71% | 0.57% | - |
| XYZ | 8.58 | 5.11 | 27.73 | - |
| YUV | 62.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 146 | 0.52 | 0.71 | 0 | 0.43 | 255.73 | 0.54 | 0.37 |
| Hex | 46 | 2B | 92 | 34 | 47 | 0 | 2B | 100 | 36 | 25 |
| Octal | 106 | 53 | 222 | 64 | 107 | 0 | 53 | 400 | 66 | 45 |
| Binary | 1000110 | 101011 | 10010010 | 110100 | 1000111 | 0 | 101011 | 100000000 | 110110 | 100101 |
Color Harmonies of #462B92
Complementary color
Monochromatic Colors of #462B92
Black with #462B92
Text Example
Text Example
White with #462B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B92; }
p { color: rgb(70,43,146); }
H1.HeaderClassName
{
color: #462B92;
}
.AnyTagClassName
{
color: #462B92;
}
</style>
background-color css
<style>
a { background-color: #462B92; }
a { background-color: rgb(70,43,146); }
div.DivClassName
{
background-color: #462B92;
}
.BgClassName
{
background-color: #462B92;
}
</style>
border-color css
<style>
span { border-color: #462B92; }
span { border-color: rgb(70,43,146); }
td.TdClassName
{
border-color: #462B92;
}
.TagClassName
{
border-color: #462B92;
}
</style>