Shades of Blue Gem #463097
Tints of Blue Gem #463097
RGB
CMYK
RGB Variations
Color information
#463097 (or 0x463097) is known color: Blue Gem. HEX triplet: 46, 30 and 97. RGB value is (70,48,151). Sum of RGB (Red+Green+Blue) = 70+48+151=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #463097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463097 is #B9CF68. Grayscale: #414141. Windows color (decimal): -12177257 or 9908294. OLE color: 9908294.
HSL color Cylindrical-coordinate representation of color #463097: hue angle of 252.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463097 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 48 | 151 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.41 |
| HSL | 252.82º | 0.52% | 0.39% | - |
| HSV(B) | 252.82º | 0.68% | 0.59% | - |
| XYZ | 9.17 | 5.65 | 29.89 | - |
| YUV | 66.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 151 | 0.54 | 0.68 | 0 | 0.41 | 252.82 | 0.52 | 0.39 |
| Hex | 46 | 30 | 97 | 36 | 44 | 0 | 29 | FD | 34 | 27 |
| Octal | 106 | 60 | 227 | 66 | 104 | 0 | 51 | 375 | 64 | 47 |
| Binary | 1000110 | 110000 | 10010111 | 110110 | 1000100 | 0 | 101001 | 11111101 | 110100 | 100111 |
Color Harmonies of #463097
Complementary color
Monochromatic Colors of #463097
Black with #463097
Text Example
Text Example
White with #463097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463097; }
p { color: rgb(70,48,151); }
H1.HeaderClassName
{
color: #463097;
}
.AnyTagClassName
{
color: #463097;
}
</style>
background-color css
<style>
a { background-color: #463097; }
a { background-color: rgb(70,48,151); }
div.DivClassName
{
background-color: #463097;
}
.BgClassName
{
background-color: #463097;
}
</style>
border-color css
<style>
span { border-color: #463097; }
span { border-color: rgb(70,48,151); }
td.TdClassName
{
border-color: #463097;
}
.TagClassName
{
border-color: #463097;
}
</style>