Shades of Blue Gem #462294
Tints of Blue Gem #462294
RGB
CMYK
RGB Variations
Color information
#462294 (or 0x462294) is known color: Blue Gem. HEX triplet: 46, 22 and 94. RGB value is (70,34,148). Sum of RGB (Red+Green+Blue) = 70+34+148=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #462294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462294 is #B9DD6B. Grayscale: #393939. Windows color (decimal): -12180844 or 9708102. OLE color: 9708102.
HSL color Cylindrical-coordinate representation of color #462294: hue angle of 258.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462294 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 34 | 148 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.42 |
| HSL | 258.95º | 0.63% | 0.36% | - |
| HSV(B) | 258.95º | 0.77% | 0.58% | - |
| XYZ | 8.44 | 4.58 | 28.46 | - |
| YUV | 57.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 148 | 0.53 | 0.77 | 0 | 0.42 | 258.95 | 0.63 | 0.36 |
| Hex | 46 | 22 | 94 | 35 | 4D | 0 | 2A | 103 | 3F | 24 |
| Octal | 106 | 42 | 224 | 65 | 115 | 0 | 52 | 403 | 77 | 44 |
| Binary | 1000110 | 100010 | 10010100 | 110101 | 1001101 | 0 | 101010 | 100000011 | 111111 | 100100 |
Color Harmonies of #462294
Complementary color
Monochromatic Colors of #462294
Black with #462294
Text Example
Text Example
White with #462294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462294; }
p { color: rgb(70,34,148); }
H1.HeaderClassName
{
color: #462294;
}
.AnyTagClassName
{
color: #462294;
}
</style>
background-color css
<style>
a { background-color: #462294; }
a { background-color: rgb(70,34,148); }
div.DivClassName
{
background-color: #462294;
}
.BgClassName
{
background-color: #462294;
}
</style>
border-color css
<style>
span { border-color: #462294; }
span { border-color: rgb(70,34,148); }
td.TdClassName
{
border-color: #462294;
}
.TagClassName
{
border-color: #462294;
}
</style>