Shades of Blue Gem #462F92
Tints of Blue Gem #462F92
RGB
CMYK
RGB Variations
Color information
#462F92 (or 0x462F92) is known color: Blue Gem. HEX triplet: 46, 2F and 92. RGB value is (70,47,146). Sum of RGB (Red+Green+Blue) = 70+47+146=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #462F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F92 is #B9D06D. Grayscale: #404040. Windows color (decimal): -12177518 or 9580358. OLE color: 9580358.
HSL color Cylindrical-coordinate representation of color #462F92: hue angle of 253.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462F92 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 47 | 146 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.43 |
| HSL | 253.94º | 0.51% | 0.38% | - |
| HSV(B) | 253.94º | 0.68% | 0.57% | - |
| XYZ | 8.73 | 5.41 | 27.78 | - |
| YUV | 65.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 146 | 0.52 | 0.68 | 0 | 0.43 | 253.94 | 0.51 | 0.38 |
| Hex | 46 | 2F | 92 | 34 | 44 | 0 | 2B | FE | 33 | 26 |
| Octal | 106 | 57 | 222 | 64 | 104 | 0 | 53 | 376 | 63 | 46 |
| Binary | 1000110 | 101111 | 10010010 | 110100 | 1000100 | 0 | 101011 | 11111110 | 110011 | 100110 |
Color Harmonies of #462F92
Complementary color
Monochromatic Colors of #462F92
Black with #462F92
Text Example
Text Example
White with #462F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F92; }
p { color: rgb(70,47,146); }
H1.HeaderClassName
{
color: #462F92;
}
.AnyTagClassName
{
color: #462F92;
}
</style>
background-color css
<style>
a { background-color: #462F92; }
a { background-color: rgb(70,47,146); }
div.DivClassName
{
background-color: #462F92;
}
.BgClassName
{
background-color: #462F92;
}
</style>
border-color css
<style>
span { border-color: #462F92; }
span { border-color: rgb(70,47,146); }
td.TdClassName
{
border-color: #462F92;
}
.TagClassName
{
border-color: #462F92;
}
</style>