Shades of Blue Gem #472EA0
Tints of Blue Gem #472EA0
RGB
CMYK
RGB Variations
Color information
#472EA0 (or 0x472EA0) is known color: Blue Gem. HEX triplet: 47, 2E and A0. RGB value is (71,46,160). Sum of RGB (Red+Green+Blue) = 71+46+160=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #472EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472EA0 is #B8D15F. Grayscale: #424242. Windows color (decimal): -12112224 or 10497607. OLE color: 10497607.
HSL color Cylindrical-coordinate representation of color #472EA0: hue angle of 253.16º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472EA0 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 46 | 160 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.37 |
| HSL | 253.16º | 0.55% | 0.4% | - |
| HSV(B) | 253.16º | 0.71% | 0.63% | - |
| XYZ | 9.92 | 5.83 | 33.86 | - |
| YUV | 66.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 160 | 0.56 | 0.71 | 0 | 0.37 | 253.16 | 0.55 | 0.4 |
| Hex | 47 | 2E | A0 | 38 | 47 | 0 | 25 | FD | 37 | 28 |
| Octal | 107 | 56 | 240 | 70 | 107 | 0 | 45 | 375 | 67 | 50 |
| Binary | 1000111 | 101110 | 10100000 | 111000 | 1000111 | 0 | 100101 | 11111101 | 110111 | 101000 |
Color Harmonies of #472EA0
Complementary color
Monochromatic Colors of #472EA0
Black with #472EA0
Text Example
Text Example
White with #472EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EA0; }
p { color: rgb(71,46,160); }
H1.HeaderClassName
{
color: #472EA0;
}
.AnyTagClassName
{
color: #472EA0;
}
</style>
background-color css
<style>
a { background-color: #472EA0; }
a { background-color: rgb(71,46,160); }
div.DivClassName
{
background-color: #472EA0;
}
.BgClassName
{
background-color: #472EA0;
}
</style>
border-color css
<style>
span { border-color: #472EA0; }
span { border-color: rgb(71,46,160); }
td.TdClassName
{
border-color: #472EA0;
}
.TagClassName
{
border-color: #472EA0;
}
</style>