Shades of Blue Gem #463797
Tints of Blue Gem #463797
RGB
CMYK
RGB Variations
Color information
#463797 (or 0x463797) is known color: Blue Gem. HEX triplet: 46, 37 and 97. RGB value is (70,55,151). Sum of RGB (Red+Green+Blue) = 70+55+151=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #463797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463797 is #B9C868. Grayscale: #464646. Windows color (decimal): -12175465 or 9910086. OLE color: 9910086.
HSL color Cylindrical-coordinate representation of color #463797: hue angle of 249.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463797 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 55 | 151 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.41 |
| HSL | 249.38º | 0.47% | 0.4% | - |
| HSV(B) | 249.38º | 0.64% | 0.59% | - |
| XYZ | 9.48 | 6.27 | 29.99 | - |
| YUV | 70.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 151 | 0.54 | 0.64 | 0 | 0.41 | 249.38 | 0.47 | 0.4 |
| Hex | 46 | 37 | 97 | 36 | 40 | 0 | 29 | F9 | 2F | 28 |
| Octal | 106 | 67 | 227 | 66 | 100 | 0 | 51 | 371 | 57 | 50 |
| Binary | 1000110 | 110111 | 10010111 | 110110 | 1000000 | 0 | 101001 | 11111001 | 101111 | 101000 |
Color Harmonies of #463797
Complementary color
Monochromatic Colors of #463797
Black with #463797
Text Example
Text Example
White with #463797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463797; }
p { color: rgb(70,55,151); }
H1.HeaderClassName
{
color: #463797;
}
.AnyTagClassName
{
color: #463797;
}
</style>
background-color css
<style>
a { background-color: #463797; }
a { background-color: rgb(70,55,151); }
div.DivClassName
{
background-color: #463797;
}
.BgClassName
{
background-color: #463797;
}
</style>
border-color css
<style>
span { border-color: #463797; }
span { border-color: rgb(70,55,151); }
td.TdClassName
{
border-color: #463797;
}
.TagClassName
{
border-color: #463797;
}
</style>