Shades of Blue Gem #472D90
Tints of Blue Gem #472D90
RGB
CMYK
RGB Variations
Color information
#472D90 (or 0x472D90) is known color: Blue Gem. HEX triplet: 47, 2D and 90. RGB value is (71,45,144). Sum of RGB (Red+Green+Blue) = 71+45+144=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #472D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D90 is #B8D26F. Grayscale: #3F3F3F. Windows color (decimal): -12112496 or 9448775. OLE color: 9448775.
HSL color Cylindrical-coordinate representation of color #472D90: hue angle of 255.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472D90 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 45 | 144 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.44 |
| HSL | 255.76º | 0.52% | 0.37% | - |
| HSV(B) | 255.76º | 0.69% | 0.56% | - |
| XYZ | 8.57 | 5.23 | 26.94 | - |
| YUV | 64.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 144 | 0.51 | 0.69 | 0 | 0.44 | 255.76 | 0.52 | 0.37 |
| Hex | 47 | 2D | 90 | 33 | 45 | 0 | 2C | 100 | 34 | 25 |
| Octal | 107 | 55 | 220 | 63 | 105 | 0 | 54 | 400 | 64 | 45 |
| Binary | 1000111 | 101101 | 10010000 | 110011 | 1000101 | 0 | 101100 | 100000000 | 110100 | 100101 |
Color Harmonies of #472D90
Complementary color
Monochromatic Colors of #472D90
Black with #472D90
Text Example
Text Example
White with #472D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D90; }
p { color: rgb(71,45,144); }
H1.HeaderClassName
{
color: #472D90;
}
.AnyTagClassName
{
color: #472D90;
}
</style>
background-color css
<style>
a { background-color: #472D90; }
a { background-color: rgb(71,45,144); }
div.DivClassName
{
background-color: #472D90;
}
.BgClassName
{
background-color: #472D90;
}
</style>
border-color css
<style>
span { border-color: #472D90; }
span { border-color: rgb(71,45,144); }
td.TdClassName
{
border-color: #472D90;
}
.TagClassName
{
border-color: #472D90;
}
</style>