Shades of Blue Gem #472592
Tints of Blue Gem #472592
RGB
CMYK
RGB Variations
Color information
#472592 (or 0x472592) is known color: Blue Gem. HEX triplet: 47, 25 and 92. RGB value is (71,37,146). Sum of RGB (Red+Green+Blue) = 71+37+146=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #472592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472592 is #B8DA6D. Grayscale: #3B3B3B. Windows color (decimal): -12114542 or 9577799. OLE color: 9577799.
HSL color Cylindrical-coordinate representation of color #472592: hue angle of 258.72º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472592 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 37 | 146 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.43 |
| HSL | 258.72º | 0.6% | 0.36% | - |
| HSV(B) | 258.72º | 0.75% | 0.57% | - |
| XYZ | 8.45 | 4.74 | 27.66 | - |
| YUV | 59.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 146 | 0.51 | 0.75 | 0 | 0.43 | 258.72 | 0.6 | 0.36 |
| Hex | 47 | 25 | 92 | 33 | 4B | 0 | 2B | 103 | 3C | 24 |
| Octal | 107 | 45 | 222 | 63 | 113 | 0 | 53 | 403 | 74 | 44 |
| Binary | 1000111 | 100101 | 10010010 | 110011 | 1001011 | 0 | 101011 | 100000011 | 111100 | 100100 |
Color Harmonies of #472592
Complementary color
Monochromatic Colors of #472592
Black with #472592
Text Example
Text Example
White with #472592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472592; }
p { color: rgb(71,37,146); }
H1.HeaderClassName
{
color: #472592;
}
.AnyTagClassName
{
color: #472592;
}
</style>
background-color css
<style>
a { background-color: #472592; }
a { background-color: rgb(71,37,146); }
div.DivClassName
{
background-color: #472592;
}
.BgClassName
{
background-color: #472592;
}
</style>
border-color css
<style>
span { border-color: #472592; }
span { border-color: rgb(71,37,146); }
td.TdClassName
{
border-color: #472592;
}
.TagClassName
{
border-color: #472592;
}
</style>