Shades of Blue Gem #462799
Tints of Blue Gem #462799
RGB
CMYK
RGB Variations
Color information
#462799 (or 0x462799) is known color: Blue Gem. HEX triplet: 46, 27 and 99. RGB value is (70,39,153). Sum of RGB (Red+Green+Blue) = 70+39+153=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #462799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462799 is #B9D866. Grayscale: #3C3C3C. Windows color (decimal): -12179559 or 10037062. OLE color: 10037062.
HSL color Cylindrical-coordinate representation of color #462799: hue angle of 256.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462799 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 39 | 153 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.4 |
| HSL | 256.32º | 0.59% | 0.38% | - |
| HSV(B) | 256.32º | 0.75% | 0.6% | - |
| XYZ | 9 | 5.05 | 30.64 | - |
| YUV | 61.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 153 | 0.54 | 0.75 | 0 | 0.4 | 256.32 | 0.59 | 0.38 |
| Hex | 46 | 27 | 99 | 36 | 4B | 0 | 28 | 100 | 3B | 26 |
| Octal | 106 | 47 | 231 | 66 | 113 | 0 | 50 | 400 | 73 | 46 |
| Binary | 1000110 | 100111 | 10011001 | 110110 | 1001011 | 0 | 101000 | 100000000 | 111011 | 100110 |
Color Harmonies of #462799
Complementary color
Monochromatic Colors of #462799
Black with #462799
Text Example
Text Example
White with #462799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462799; }
p { color: rgb(70,39,153); }
H1.HeaderClassName
{
color: #462799;
}
.AnyTagClassName
{
color: #462799;
}
</style>
background-color css
<style>
a { background-color: #462799; }
a { background-color: rgb(70,39,153); }
div.DivClassName
{
background-color: #462799;
}
.BgClassName
{
background-color: #462799;
}
</style>
border-color css
<style>
span { border-color: #462799; }
span { border-color: rgb(70,39,153); }
td.TdClassName
{
border-color: #462799;
}
.TagClassName
{
border-color: #462799;
}
</style>