Shades of Blue Gem #472598
Tints of Blue Gem #472598
RGB
CMYK
RGB Variations
Color information
#472598 (or 0x472598) is known color: Blue Gem. HEX triplet: 47, 25 and 98. RGB value is (71,37,152). Sum of RGB (Red+Green+Blue) = 71+37+152=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #472598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472598 is #B8DA67. Grayscale: #3B3B3B. Windows color (decimal): -12114536 or 9971015. OLE color: 9971015.
HSL color Cylindrical-coordinate representation of color #472598: hue angle of 257.74º 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 #472598 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 37 | 152 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.40 |
| HSL | 257.74º | 0.61% | 0.37% | - |
| HSV(B) | 257.74º | 0.76% | 0.6% | - |
| XYZ | 8.93 | 4.93 | 30.19 | - |
| YUV | 60.28 | 179.76 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 152 | 0.53 | 0.76 | 0 | 0.40 | 257.74 | 0.61 | 0.37 |
| Hex | 47 | 25 | 98 | 35 | 4C | 0 | 28 | 102 | 3D | 25 |
| Octal | 107 | 45 | 230 | 65 | 114 | 0 | 50 | 402 | 75 | 45 |
| Binary | 1000111 | 100101 | 10011000 | 110101 | 1001100 | 0 | 101000 | 100000010 | 111101 | 100101 |
Color Harmonies of #472598
Complementary color
Monochromatic Colors of #472598
Black with #472598
Text Example
Text Example
White with #472598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472598; }
p { color: rgb(71,37,152); }
H1.HeaderClassName
{
color: #472598;
}
.AnyTagClassName
{
color: #472598;
}
</style>
background-color css
<style>
a { background-color: #472598; }
a { background-color: rgb(71,37,152); }
div.DivClassName
{
background-color: #472598;
}
.BgClassName
{
background-color: #472598;
}
</style>
border-color css
<style>
span { border-color: #472598; }
span { border-color: rgb(71,37,152); }
td.TdClassName
{
border-color: #472598;
}
.TagClassName
{
border-color: #472598;
}
</style>