Shades of Blue Gem #473991
Tints of Blue Gem #473991
RGB
CMYK
RGB Variations
Color information
#473991 (or 0x473991) is known color: Blue Gem. HEX triplet: 47, 39 and 91. RGB value is (71,57,145). Sum of RGB (Red+Green+Blue) = 71+57+145=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #473991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473991 is #B8C66E. Grayscale: #464646. Windows color (decimal): -12109423 or 9517383. OLE color: 9517383.
HSL color Cylindrical-coordinate representation of color #473991: hue angle of 249.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473991 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 57 | 145 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.43 |
| HSL | 249.55º | 0.44% | 0.4% | - |
| HSV(B) | 249.55º | 0.61% | 0.57% | - |
| XYZ | 9.17 | 6.31 | 27.52 | - |
| YUV | 71.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 145 | 0.51 | 0.61 | 0 | 0.43 | 249.55 | 0.44 | 0.4 |
| Hex | 47 | 39 | 91 | 33 | 3D | 0 | 2B | FA | 2C | 28 |
| Octal | 107 | 71 | 221 | 63 | 75 | 0 | 53 | 372 | 54 | 50 |
| Binary | 1000111 | 111001 | 10010001 | 110011 | 111101 | 0 | 101011 | 11111010 | 101100 | 101000 |
Color Harmonies of #473991
Complementary color
Monochromatic Colors of #473991
Black with #473991
Text Example
Text Example
White with #473991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473991; }
p { color: rgb(71,57,145); }
H1.HeaderClassName
{
color: #473991;
}
.AnyTagClassName
{
color: #473991;
}
</style>
background-color css
<style>
a { background-color: #473991; }
a { background-color: rgb(71,57,145); }
div.DivClassName
{
background-color: #473991;
}
.BgClassName
{
background-color: #473991;
}
</style>
border-color css
<style>
span { border-color: #473991; }
span { border-color: rgb(71,57,145); }
td.TdClassName
{
border-color: #473991;
}
.TagClassName
{
border-color: #473991;
}
</style>