Shades of Blue Gem #472599
Tints of Blue Gem #472599
RGB
CMYK
RGB Variations
Color information
#472599 (or 0x472599) is known color: Blue Gem. HEX triplet: 47, 25 and 99. RGB value is (71,37,153). Sum of RGB (Red+Green+Blue) = 71+37+153=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #472599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472599 is #B8DA66. Grayscale: #3B3B3B. Windows color (decimal): -12114535 or 10036551. OLE color: 10036551.
HSL color Cylindrical-coordinate representation of color #472599: hue angle of 257.59º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472599 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 37 | 153 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.4 |
| HSL | 257.59º | 0.61% | 0.37% | - |
| HSV(B) | 257.59º | 0.76% | 0.6% | - |
| XYZ | 9.01 | 4.96 | 30.62 | - |
| YUV | 60.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 153 | 0.54 | 0.76 | 0 | 0.4 | 257.59 | 0.61 | 0.37 |
| Hex | 47 | 25 | 99 | 36 | 4C | 0 | 28 | 102 | 3D | 25 |
| Octal | 107 | 45 | 231 | 66 | 114 | 0 | 50 | 402 | 75 | 45 |
| Binary | 1000111 | 100101 | 10011001 | 110110 | 1001100 | 0 | 101000 | 100000010 | 111101 | 100101 |
Color Harmonies of #472599
Complementary color
Monochromatic Colors of #472599
Black with #472599
Text Example
Text Example
White with #472599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472599; }
p { color: rgb(71,37,153); }
H1.HeaderClassName
{
color: #472599;
}
.AnyTagClassName
{
color: #472599;
}
</style>
background-color css
<style>
a { background-color: #472599; }
a { background-color: rgb(71,37,153); }
div.DivClassName
{
background-color: #472599;
}
.BgClassName
{
background-color: #472599;
}
</style>
border-color css
<style>
span { border-color: #472599; }
span { border-color: rgb(71,37,153); }
td.TdClassName
{
border-color: #472599;
}
.TagClassName
{
border-color: #472599;
}
</style>