Shades of Blue Gem #462697
Tints of Blue Gem #462697
RGB
CMYK
RGB Variations
Color information
#462697 (or 0x462697) is known color: Blue Gem. HEX triplet: 46, 26 and 97. RGB value is (70,38,151). Sum of RGB (Red+Green+Blue) = 70+38+151=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #462697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462697 is #B9D968. Grayscale: #3C3C3C. Windows color (decimal): -12179817 or 9905734. OLE color: 9905734.
HSL color Cylindrical-coordinate representation of color #462697: hue angle of 256.99º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462697 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 38 | 151 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.41 |
| HSL | 256.99º | 0.6% | 0.37% | - |
| HSV(B) | 256.99º | 0.75% | 0.59% | - |
| XYZ | 8.8 | 4.92 | 29.76 | - |
| YUV | 60.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 151 | 0.54 | 0.75 | 0 | 0.41 | 256.99 | 0.6 | 0.37 |
| Hex | 46 | 26 | 97 | 36 | 4B | 0 | 29 | 101 | 3C | 25 |
| Octal | 106 | 46 | 227 | 66 | 113 | 0 | 51 | 401 | 74 | 45 |
| Binary | 1000110 | 100110 | 10010111 | 110110 | 1001011 | 0 | 101001 | 100000001 | 111100 | 100101 |
Color Harmonies of #462697
Complementary color
Monochromatic Colors of #462697
Black with #462697
Text Example
Text Example
White with #462697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462697; }
p { color: rgb(70,38,151); }
H1.HeaderClassName
{
color: #462697;
}
.AnyTagClassName
{
color: #462697;
}
</style>
background-color css
<style>
a { background-color: #462697; }
a { background-color: rgb(70,38,151); }
div.DivClassName
{
background-color: #462697;
}
.BgClassName
{
background-color: #462697;
}
</style>
border-color css
<style>
span { border-color: #462697; }
span { border-color: rgb(70,38,151); }
td.TdClassName
{
border-color: #462697;
}
.TagClassName
{
border-color: #462697;
}
</style>