Shades of Blue Gem #462691
Tints of Blue Gem #462691
RGB
CMYK
RGB Variations
Color information
#462691 (or 0x462691) is known color: Blue Gem. HEX triplet: 46, 26 and 91. RGB value is (70,38,145). Sum of RGB (Red+Green+Blue) = 70+38+145=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #462691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462691 is #B9D96E. Grayscale: #3B3B3B. Windows color (decimal): -12179823 or 9512518. OLE color: 9512518.
HSL color Cylindrical-coordinate representation of color #462691: hue angle of 257.94º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462691 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 38 | 145 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.43 |
| HSL | 257.94º | 0.58% | 0.36% | - |
| HSV(B) | 257.94º | 0.74% | 0.57% | - |
| XYZ | 8.33 | 4.73 | 27.26 | - |
| YUV | 59.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 145 | 0.52 | 0.74 | 0 | 0.43 | 257.94 | 0.58 | 0.36 |
| Hex | 46 | 26 | 91 | 34 | 4A | 0 | 2B | 102 | 3A | 24 |
| Octal | 106 | 46 | 221 | 64 | 112 | 0 | 53 | 402 | 72 | 44 |
| Binary | 1000110 | 100110 | 10010001 | 110100 | 1001010 | 0 | 101011 | 100000010 | 111010 | 100100 |
Color Harmonies of #462691
Complementary color
Monochromatic Colors of #462691
Black with #462691
Text Example
Text Example
White with #462691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462691; }
p { color: rgb(70,38,145); }
H1.HeaderClassName
{
color: #462691;
}
.AnyTagClassName
{
color: #462691;
}
</style>
background-color css
<style>
a { background-color: #462691; }
a { background-color: rgb(70,38,145); }
div.DivClassName
{
background-color: #462691;
}
.BgClassName
{
background-color: #462691;
}
</style>
border-color css
<style>
span { border-color: #462691; }
span { border-color: rgb(70,38,145); }
td.TdClassName
{
border-color: #462691;
}
.TagClassName
{
border-color: #462691;
}
</style>