Shades of Blue Gem #473097
Tints of Blue Gem #473097
RGB
CMYK
RGB Variations
Color information
#473097 (or 0x473097) is known color: Blue Gem. HEX triplet: 47, 30 and 97. RGB value is (71,48,151). Sum of RGB (Red+Green+Blue) = 71+48+151=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #473097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473097 is #B8CF68. Grayscale: #424242. Windows color (decimal): -12111721 or 9908295. OLE color: 9908295.
HSL color Cylindrical-coordinate representation of color #473097: hue angle of 253.4º 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 #473097 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 48 | 151 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.41 |
| HSL | 253.4º | 0.52% | 0.39% | - |
| HSV(B) | 253.4º | 0.68% | 0.59% | - |
| XYZ | 9.24 | 5.69 | 29.89 | - |
| YUV | 66.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 151 | 0.53 | 0.68 | 0 | 0.41 | 253.4 | 0.52 | 0.39 |
| Hex | 47 | 30 | 97 | 35 | 44 | 0 | 29 | FD | 34 | 27 |
| Octal | 107 | 60 | 227 | 65 | 104 | 0 | 51 | 375 | 64 | 47 |
| Binary | 1000111 | 110000 | 10010111 | 110101 | 1000100 | 0 | 101001 | 11111101 | 110100 | 100111 |
Color Harmonies of #473097
Complementary color
Monochromatic Colors of #473097
Black with #473097
Text Example
Text Example
White with #473097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473097; }
p { color: rgb(71,48,151); }
H1.HeaderClassName
{
color: #473097;
}
.AnyTagClassName
{
color: #473097;
}
</style>
background-color css
<style>
a { background-color: #473097; }
a { background-color: rgb(71,48,151); }
div.DivClassName
{
background-color: #473097;
}
.BgClassName
{
background-color: #473097;
}
</style>
border-color css
<style>
span { border-color: #473097; }
span { border-color: rgb(71,48,151); }
td.TdClassName
{
border-color: #473097;
}
.TagClassName
{
border-color: #473097;
}
</style>