Shades of Blue Gem #462397
Tints of Blue Gem #462397
RGB
CMYK
RGB Variations
Color information
#462397 (or 0x462397) is known color: Blue Gem. HEX triplet: 46, 23 and 97. RGB value is (70,35,151). Sum of RGB (Red+Green+Blue) = 70+35+151=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #462397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462397 is #B9DC68. Grayscale: #3A3A3A. Windows color (decimal): -12180585 or 9904966. OLE color: 9904966.
HSL color Cylindrical-coordinate representation of color #462397: hue angle of 258.1º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462397 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 35 | 151 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.41 |
| HSL | 258.1º | 0.62% | 0.36% | - |
| HSV(B) | 258.1º | 0.77% | 0.59% | - |
| XYZ | 8.71 | 4.74 | 29.73 | - |
| YUV | 58.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 151 | 0.54 | 0.77 | 0 | 0.41 | 258.1 | 0.62 | 0.36 |
| Hex | 46 | 23 | 97 | 36 | 4D | 0 | 29 | 102 | 3E | 24 |
| Octal | 106 | 43 | 227 | 66 | 115 | 0 | 51 | 402 | 76 | 44 |
| Binary | 1000110 | 100011 | 10010111 | 110110 | 1001101 | 0 | 101001 | 100000010 | 111110 | 100100 |
Color Harmonies of #462397
Complementary color
Monochromatic Colors of #462397
Black with #462397
Text Example
Text Example
White with #462397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462397; }
p { color: rgb(70,35,151); }
H1.HeaderClassName
{
color: #462397;
}
.AnyTagClassName
{
color: #462397;
}
</style>
background-color css
<style>
a { background-color: #462397; }
a { background-color: rgb(70,35,151); }
div.DivClassName
{
background-color: #462397;
}
.BgClassName
{
background-color: #462397;
}
</style>
border-color css
<style>
span { border-color: #462397; }
span { border-color: rgb(70,35,151); }
td.TdClassName
{
border-color: #462397;
}
.TagClassName
{
border-color: #462397;
}
</style>