Shades of Blue Gem #472FAA
Tints of Blue Gem #472FAA
RGB
CMYK
RGB Variations
Color information
#472FAA (or 0x472FAA) is known color: Blue Gem. HEX triplet: 47, 2F and AA. RGB value is (71,47,170). Sum of RGB (Red+Green+Blue) = 71+47+170=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #472FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAA is #B8D055. Grayscale: #434343. Windows color (decimal): -12111958 or 11153223. OLE color: 11153223.
HSL color Cylindrical-coordinate representation of color #472FAA: hue angle of 251.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472FAA is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 47 | 170 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.33 |
| HSL | 251.71º | 0.57% | 0.43% | - |
| HSV(B) | 251.71º | 0.72% | 0.67% | - |
| XYZ | 10.87 | 6.27 | 38.67 | - |
| YUV | 68.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 170 | 0.58 | 0.72 | 0 | 0.33 | 251.71 | 0.57 | 0.43 |
| Hex | 47 | 2F | AA | 3A | 48 | 0 | 21 | FC | 39 | 2B |
| Octal | 107 | 57 | 252 | 72 | 110 | 0 | 41 | 374 | 71 | 53 |
| Binary | 1000111 | 101111 | 10101010 | 111010 | 1001000 | 0 | 100001 | 11111100 | 111001 | 101011 |
Color Harmonies of #472FAA
Complementary color
Monochromatic Colors of #472FAA
Black with #472FAA
Text Example
Text Example
White with #472FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FAA; }
p { color: rgb(71,47,170); }
H1.HeaderClassName
{
color: #472FAA;
}
.AnyTagClassName
{
color: #472FAA;
}
</style>
background-color css
<style>
a { background-color: #472FAA; }
a { background-color: rgb(71,47,170); }
div.DivClassName
{
background-color: #472FAA;
}
.BgClassName
{
background-color: #472FAA;
}
</style>
border-color css
<style>
span { border-color: #472FAA; }
span { border-color: rgb(71,47,170); }
td.TdClassName
{
border-color: #472FAA;
}
.TagClassName
{
border-color: #472FAA;
}
</style>