Shades of Blue Gem #472F99
Tints of Blue Gem #472F99
RGB
CMYK
RGB Variations
Color information
#472F99 (or 0x472F99) is known color: Blue Gem. HEX triplet: 47, 2F and 99. RGB value is (71,47,153). Sum of RGB (Red+Green+Blue) = 71+47+153=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #472F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F99 is #B8D066. Grayscale: #414141. Windows color (decimal): -12111975 or 10039111. OLE color: 10039111.
HSL color Cylindrical-coordinate representation of color #472F99: hue angle of 253.58º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472F99 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 47 | 153 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.4 |
| HSL | 253.58º | 0.53% | 0.39% | - |
| HSV(B) | 253.58º | 0.69% | 0.6% | - |
| XYZ | 9.36 | 5.67 | 30.74 | - |
| YUV | 66.26 | 176.95 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 153 | 0.54 | 0.69 | 0 | 0.4 | 253.58 | 0.53 | 0.39 |
| Hex | 47 | 2F | 99 | 36 | 45 | 0 | 28 | FE | 35 | 27 |
| Octal | 107 | 57 | 231 | 66 | 105 | 0 | 50 | 376 | 65 | 47 |
| Binary | 1000111 | 101111 | 10011001 | 110110 | 1000101 | 0 | 101000 | 11111110 | 110101 | 100111 |
Color Harmonies of #472F99
Complementary color
Monochromatic Colors of #472F99
Black with #472F99
Text Example
Text Example
White with #472F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F99; }
p { color: rgb(71,47,153); }
H1.HeaderClassName
{
color: #472F99;
}
.AnyTagClassName
{
color: #472F99;
}
</style>
background-color css
<style>
a { background-color: #472F99; }
a { background-color: rgb(71,47,153); }
div.DivClassName
{
background-color: #472F99;
}
.BgClassName
{
background-color: #472F99;
}
</style>
border-color css
<style>
span { border-color: #472F99; }
span { border-color: rgb(71,47,153); }
td.TdClassName
{
border-color: #472F99;
}
.TagClassName
{
border-color: #472F99;
}
</style>