Shades of Blue Gem #472FA8
Tints of Blue Gem #472FA8
RGB
CMYK
RGB Variations
Color information
#472FA8 (or 0x472FA8) is known color: Blue Gem. HEX triplet: 47, 2F and A8. RGB value is (71,47,168). Sum of RGB (Red+Green+Blue) = 71+47+168=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 168 (66.02% from 255 or 58.74% from 286); Max value from RGB is 168 - color contains mainly: blue. Hex color #472FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FA8 is #B8D057. Grayscale: #434343. Windows color (decimal): -12111960 or 11022151. OLE color: 11022151.
HSL color Cylindrical-coordinate representation of color #472FA8: hue angle of 251.9º 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 #472FA8 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 47 | 168 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.34 |
| HSL | 251.9º | 0.56% | 0.42% | - |
| HSV(B) | 251.9º | 0.72% | 0.66% | - |
| XYZ | 10.68 | 6.2 | 37.68 | - |
| YUV | 67.97 | 184.45 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 168 | 0.58 | 0.72 | 0 | 0.34 | 251.9 | 0.56 | 0.42 |
| Hex | 47 | 2F | A8 | 3A | 48 | 0 | 22 | FC | 38 | 2A |
| Octal | 107 | 57 | 250 | 72 | 110 | 0 | 42 | 374 | 70 | 52 |
| Binary | 1000111 | 101111 | 10101000 | 111010 | 1001000 | 0 | 100010 | 11111100 | 111000 | 101010 |
Color Harmonies of #472FA8
Complementary color
Monochromatic Colors of #472FA8
Black with #472FA8
Text Example
Text Example
White with #472FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FA8; }
p { color: rgb(71,47,168); }
H1.HeaderClassName
{
color: #472FA8;
}
.AnyTagClassName
{
color: #472FA8;
}
</style>
background-color css
<style>
a { background-color: #472FA8; }
a { background-color: rgb(71,47,168); }
div.DivClassName
{
background-color: #472FA8;
}
.BgClassName
{
background-color: #472FA8;
}
</style>
border-color css
<style>
span { border-color: #472FA8; }
span { border-color: rgb(71,47,168); }
td.TdClassName
{
border-color: #472FA8;
}
.TagClassName
{
border-color: #472FA8;
}
</style>