Shades of Blue Gem #462996
Tints of Blue Gem #462996
RGB
CMYK
RGB Variations
Color information
#462996 (or 0x462996) is known color: Blue Gem. HEX triplet: 46, 29 and 96. RGB value is (70,41,150). Sum of RGB (Red+Green+Blue) = 70+41+150=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #462996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462996 is #B9D669. Grayscale: #3D3D3D. Windows color (decimal): -12179050 or 9840966. OLE color: 9840966.
HSL color Cylindrical-coordinate representation of color #462996: hue angle of 255.96º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462996 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 41 | 150 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.41 |
| HSL | 255.96º | 0.57% | 0.37% | - |
| HSV(B) | 255.96º | 0.73% | 0.59% | - |
| XYZ | 8.82 | 5.09 | 29.37 | - |
| YUV | 62.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 150 | 0.53 | 0.73 | 0 | 0.41 | 255.96 | 0.57 | 0.37 |
| Hex | 46 | 29 | 96 | 35 | 49 | 0 | 29 | 100 | 39 | 25 |
| Octal | 106 | 51 | 226 | 65 | 111 | 0 | 51 | 400 | 71 | 45 |
| Binary | 1000110 | 101001 | 10010110 | 110101 | 1001001 | 0 | 101001 | 100000000 | 111001 | 100101 |
Color Harmonies of #462996
Complementary color
Monochromatic Colors of #462996
Black with #462996
Text Example
Text Example
White with #462996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462996; }
p { color: rgb(70,41,150); }
H1.HeaderClassName
{
color: #462996;
}
.AnyTagClassName
{
color: #462996;
}
</style>
background-color css
<style>
a { background-color: #462996; }
a { background-color: rgb(70,41,150); }
div.DivClassName
{
background-color: #462996;
}
.BgClassName
{
background-color: #462996;
}
</style>
border-color css
<style>
span { border-color: #462996; }
span { border-color: rgb(70,41,150); }
td.TdClassName
{
border-color: #462996;
}
.TagClassName
{
border-color: #462996;
}
</style>