Shades of Blue Gem #473999
Tints of Blue Gem #473999
RGB
CMYK
RGB Variations
Color information
#473999 (or 0x473999) is known color: Blue Gem. HEX triplet: 47, 39 and 99. RGB value is (71,57,153). Sum of RGB (Red+Green+Blue) = 71+57+153=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #473999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473999 is #B8C666. Grayscale: #474747. Windows color (decimal): -12109415 or 10041671. OLE color: 10041671.
HSL color Cylindrical-coordinate representation of color #473999: hue angle of 248.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473999 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 57 | 153 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.4 |
| HSL | 248.75º | 0.46% | 0.41% | - |
| HSV(B) | 248.75º | 0.63% | 0.6% | - |
| XYZ | 9.81 | 6.57 | 30.89 | - |
| YUV | 72.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 153 | 0.54 | 0.63 | 0 | 0.4 | 248.75 | 0.46 | 0.41 |
| Hex | 47 | 39 | 99 | 36 | 3F | 0 | 28 | F9 | 2E | 29 |
| Octal | 107 | 71 | 231 | 66 | 77 | 0 | 50 | 371 | 56 | 51 |
| Binary | 1000111 | 111001 | 10011001 | 110110 | 111111 | 0 | 101000 | 11111001 | 101110 | 101001 |
Color Harmonies of #473999
Complementary color
Monochromatic Colors of #473999
Black with #473999
Text Example
Text Example
White with #473999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473999; }
p { color: rgb(71,57,153); }
H1.HeaderClassName
{
color: #473999;
}
.AnyTagClassName
{
color: #473999;
}
</style>
background-color css
<style>
a { background-color: #473999; }
a { background-color: rgb(71,57,153); }
div.DivClassName
{
background-color: #473999;
}
.BgClassName
{
background-color: #473999;
}
</style>
border-color css
<style>
span { border-color: #473999; }
span { border-color: rgb(71,57,153); }
td.TdClassName
{
border-color: #473999;
}
.TagClassName
{
border-color: #473999;
}
</style>