Shades of Blue Gem #462897
Tints of Blue Gem #462897
RGB
CMYK
RGB Variations
Color information
#462897 (or 0x462897) is known color: Blue Gem. HEX triplet: 46, 28 and 97. RGB value is (70,40,151). Sum of RGB (Red+Green+Blue) = 70+40+151=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #462897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462897 is #B9D768. Grayscale: #3D3D3D. Windows color (decimal): -12179305 or 9906246. OLE color: 9906246.
HSL color Cylindrical-coordinate representation of color #462897: hue angle of 256.22º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462897 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 40 | 151 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.41 |
| HSL | 256.22º | 0.58% | 0.37% | - |
| HSV(B) | 256.22º | 0.74% | 0.59% | - |
| XYZ | 8.87 | 5.05 | 29.79 | - |
| YUV | 61.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 151 | 0.54 | 0.74 | 0 | 0.41 | 256.22 | 0.58 | 0.37 |
| Hex | 46 | 28 | 97 | 36 | 4A | 0 | 29 | 100 | 3A | 25 |
| Octal | 106 | 50 | 227 | 66 | 112 | 0 | 51 | 400 | 72 | 45 |
| Binary | 1000110 | 101000 | 10010111 | 110110 | 1001010 | 0 | 101001 | 100000000 | 111010 | 100101 |
Color Harmonies of #462897
Complementary color
Monochromatic Colors of #462897
Black with #462897
Text Example
Text Example
White with #462897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462897; }
p { color: rgb(70,40,151); }
H1.HeaderClassName
{
color: #462897;
}
.AnyTagClassName
{
color: #462897;
}
</style>
background-color css
<style>
a { background-color: #462897; }
a { background-color: rgb(70,40,151); }
div.DivClassName
{
background-color: #462897;
}
.BgClassName
{
background-color: #462897;
}
</style>
border-color css
<style>
span { border-color: #462897; }
span { border-color: rgb(70,40,151); }
td.TdClassName
{
border-color: #462897;
}
.TagClassName
{
border-color: #462897;
}
</style>