Shades of Blue Gem #472896
Tints of Blue Gem #472896
RGB
CMYK
RGB Variations
Color information
#472896 (or 0x472896) is known color: Blue Gem. HEX triplet: 47, 28 and 96. RGB value is (71,40,150). Sum of RGB (Red+Green+Blue) = 71+40+150=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #472896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472896 is #B8D769. Grayscale: #3D3D3D. Windows color (decimal): -12113770 or 9840711. OLE color: 9840711.
HSL color Cylindrical-coordinate representation of color #472896: hue angle of 256.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472896 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 40 | 150 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.41 |
| HSL | 256.91º | 0.58% | 0.37% | - |
| HSV(B) | 256.91º | 0.73% | 0.59% | - |
| XYZ | 8.86 | 5.06 | 29.36 | - |
| YUV | 61.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 150 | 0.53 | 0.73 | 0 | 0.41 | 256.91 | 0.58 | 0.37 |
| Hex | 47 | 28 | 96 | 35 | 49 | 0 | 29 | 101 | 3A | 25 |
| Octal | 107 | 50 | 226 | 65 | 111 | 0 | 51 | 401 | 72 | 45 |
| Binary | 1000111 | 101000 | 10010110 | 110101 | 1001001 | 0 | 101001 | 100000001 | 111010 | 100101 |
Color Harmonies of #472896
Complementary color
Monochromatic Colors of #472896
Black with #472896
Text Example
Text Example
White with #472896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472896; }
p { color: rgb(71,40,150); }
H1.HeaderClassName
{
color: #472896;
}
.AnyTagClassName
{
color: #472896;
}
</style>
background-color css
<style>
a { background-color: #472896; }
a { background-color: rgb(71,40,150); }
div.DivClassName
{
background-color: #472896;
}
.BgClassName
{
background-color: #472896;
}
</style>
border-color css
<style>
span { border-color: #472896; }
span { border-color: rgb(71,40,150); }
td.TdClassName
{
border-color: #472896;
}
.TagClassName
{
border-color: #472896;
}
</style>