Shades of Blue Gem #472FA9
Tints of Blue Gem #472FA9
RGB
CMYK
RGB Variations
Color information
#472FA9 (or 0x472FA9) is known color: Blue Gem. HEX triplet: 47, 2F and A9. RGB value is (71,47,169). Sum of RGB (Red+Green+Blue) = 71+47+169=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #472FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FA9 is #B8D056. Grayscale: #434343. Windows color (decimal): -12111959 or 11087687. OLE color: 11087687.
HSL color Cylindrical-coordinate representation of color #472FA9: hue angle of 251.8º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472FA9 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 47 | 169 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.34 |
| HSL | 251.8º | 0.56% | 0.42% | - |
| HSV(B) | 251.8º | 0.72% | 0.66% | - |
| XYZ | 10.78 | 6.24 | 38.17 | - |
| YUV | 68.08 | 184.95 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 169 | 0.58 | 0.72 | 0 | 0.34 | 251.8 | 0.56 | 0.42 |
| Hex | 47 | 2F | A9 | 3A | 48 | 0 | 22 | FC | 38 | 2A |
| Octal | 107 | 57 | 251 | 72 | 110 | 0 | 42 | 374 | 70 | 52 |
| Binary | 1000111 | 101111 | 10101001 | 111010 | 1001000 | 0 | 100010 | 11111100 | 111000 | 101010 |
Color Harmonies of #472FA9
Complementary color
Monochromatic Colors of #472FA9
Black with #472FA9
Text Example
Text Example
White with #472FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FA9; }
p { color: rgb(71,47,169); }
H1.HeaderClassName
{
color: #472FA9;
}
.AnyTagClassName
{
color: #472FA9;
}
</style>
background-color css
<style>
a { background-color: #472FA9; }
a { background-color: rgb(71,47,169); }
div.DivClassName
{
background-color: #472FA9;
}
.BgClassName
{
background-color: #472FA9;
}
</style>
border-color css
<style>
span { border-color: #472FA9; }
span { border-color: rgb(71,47,169); }
td.TdClassName
{
border-color: #472FA9;
}
.TagClassName
{
border-color: #472FA9;
}
</style>