Shades of Blue Gem #472D8E
Tints of Blue Gem #472D8E
RGB
CMYK
RGB Variations
Color information
#472D8E (or 0x472D8E) is known color: Blue Gem. HEX triplet: 47, 2D and 8E. RGB value is (71,45,142). Sum of RGB (Red+Green+Blue) = 71+45+142=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #472D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D8E is #B8D271. Grayscale: #3F3F3F. Windows color (decimal): -12112498 or 9317703. OLE color: 9317703.
HSL color Cylindrical-coordinate representation of color #472D8E: hue angle of 256.08º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472D8E is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 45 | 142 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.44 |
| HSL | 256.08º | 0.52% | 0.37% | - |
| HSV(B) | 256.08º | 0.68% | 0.56% | - |
| XYZ | 8.42 | 5.17 | 26.15 | - |
| YUV | 63.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 142 | 0.5 | 0.68 | 0 | 0.44 | 256.08 | 0.52 | 0.37 |
| Hex | 47 | 2D | 8E | 32 | 44 | 0 | 2C | 100 | 34 | 25 |
| Octal | 107 | 55 | 216 | 62 | 104 | 0 | 54 | 400 | 64 | 45 |
| Binary | 1000111 | 101101 | 10001110 | 110010 | 1000100 | 0 | 101100 | 100000000 | 110100 | 100101 |
Color Harmonies of #472D8E
Complementary color
Monochromatic Colors of #472D8E
Black with #472D8E
Text Example
Text Example
White with #472D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D8E; }
p { color: rgb(71,45,142); }
H1.HeaderClassName
{
color: #472D8E;
}
.AnyTagClassName
{
color: #472D8E;
}
</style>
background-color css
<style>
a { background-color: #472D8E; }
a { background-color: rgb(71,45,142); }
div.DivClassName
{
background-color: #472D8E;
}
.BgClassName
{
background-color: #472D8E;
}
</style>
border-color css
<style>
span { border-color: #472D8E; }
span { border-color: rgb(71,45,142); }
td.TdClassName
{
border-color: #472D8E;
}
.TagClassName
{
border-color: #472D8E;
}
</style>