Shades of Blue Gem #473899
Tints of Blue Gem #473899
RGB
CMYK
RGB Variations
Color information
#473899 (or 0x473899) is known color: Blue Gem. HEX triplet: 47, 38 and 99. RGB value is (71,56,153). Sum of RGB (Red+Green+Blue) = 71+56+153=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #473899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473899 is #B8C766. Grayscale: #474747. Windows color (decimal): -12109671 or 10041415. OLE color: 10041415.
HSL color Cylindrical-coordinate representation of color #473899: hue angle of 249.28º 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 #473899 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 56 | 153 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.4 |
| HSL | 249.28º | 0.46% | 0.41% | - |
| HSV(B) | 249.28º | 0.63% | 0.6% | - |
| XYZ | 9.76 | 6.47 | 30.87 | - |
| YUV | 71.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 153 | 0.54 | 0.63 | 0 | 0.4 | 249.28 | 0.46 | 0.41 |
| Hex | 47 | 38 | 99 | 36 | 3F | 0 | 28 | F9 | 2E | 29 |
| Octal | 107 | 70 | 231 | 66 | 77 | 0 | 50 | 371 | 56 | 51 |
| Binary | 1000111 | 111000 | 10011001 | 110110 | 111111 | 0 | 101000 | 11111001 | 101110 | 101001 |
Color Harmonies of #473899
Complementary color
Monochromatic Colors of #473899
Black with #473899
Text Example
Text Example
White with #473899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473899; }
p { color: rgb(71,56,153); }
H1.HeaderClassName
{
color: #473899;
}
.AnyTagClassName
{
color: #473899;
}
</style>
background-color css
<style>
a { background-color: #473899; }
a { background-color: rgb(71,56,153); }
div.DivClassName
{
background-color: #473899;
}
.BgClassName
{
background-color: #473899;
}
</style>
border-color css
<style>
span { border-color: #473899; }
span { border-color: rgb(71,56,153); }
td.TdClassName
{
border-color: #473899;
}
.TagClassName
{
border-color: #473899;
}
</style>