Shades of Blue Gem #472990
Tints of Blue Gem #472990
RGB
CMYK
RGB Variations
Color information
#472990 (or 0x472990) is known color: Blue Gem. HEX triplet: 47, 29 and 90. RGB value is (71,41,144). Sum of RGB (Red+Green+Blue) = 71+41+144=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #472990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472990 is #B8D66F. Grayscale: #3D3D3D. Windows color (decimal): -12113520 or 9447751. OLE color: 9447751.
HSL color Cylindrical-coordinate representation of color #472990: hue angle of 257.48º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472990 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 41 | 144 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.44 |
| HSL | 257.48º | 0.56% | 0.36% | - |
| HSV(B) | 257.48º | 0.72% | 0.56% | - |
| XYZ | 8.43 | 4.94 | 26.89 | - |
| YUV | 61.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 144 | 0.51 | 0.72 | 0 | 0.44 | 257.48 | 0.56 | 0.36 |
| Hex | 47 | 29 | 90 | 33 | 48 | 0 | 2C | 101 | 38 | 24 |
| Octal | 107 | 51 | 220 | 63 | 110 | 0 | 54 | 401 | 70 | 44 |
| Binary | 1000111 | 101001 | 10010000 | 110011 | 1001000 | 0 | 101100 | 100000001 | 111000 | 100100 |
Color Harmonies of #472990
Complementary color
Monochromatic Colors of #472990
Black with #472990
Text Example
Text Example
White with #472990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472990; }
p { color: rgb(71,41,144); }
H1.HeaderClassName
{
color: #472990;
}
.AnyTagClassName
{
color: #472990;
}
</style>
background-color css
<style>
a { background-color: #472990; }
a { background-color: rgb(71,41,144); }
div.DivClassName
{
background-color: #472990;
}
.BgClassName
{
background-color: #472990;
}
</style>
border-color css
<style>
span { border-color: #472990; }
span { border-color: rgb(71,41,144); }
td.TdClassName
{
border-color: #472990;
}
.TagClassName
{
border-color: #472990;
}
</style>