Shades of Blue Gem #472398
Tints of Blue Gem #472398
RGB
CMYK
RGB Variations
Color information
#472398 (or 0x472398) is known color: Blue Gem. HEX triplet: 47, 23 and 98. RGB value is (71,35,152). Sum of RGB (Red+Green+Blue) = 71+35+152=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #472398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472398 is #B8DC67. Grayscale: #3A3A3A. Windows color (decimal): -12115048 or 9970503. OLE color: 9970503.
HSL color Cylindrical-coordinate representation of color #472398: hue angle of 258.46º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472398 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 35 | 152 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.40 |
| HSL | 258.46º | 0.63% | 0.37% | - |
| HSV(B) | 258.46º | 0.77% | 0.6% | - |
| XYZ | 8.87 | 4.81 | 30.17 | - |
| YUV | 59.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 152 | 0.53 | 0.77 | 0 | 0.40 | 258.46 | 0.63 | 0.37 |
| Hex | 47 | 23 | 98 | 35 | 4D | 0 | 28 | 102 | 3F | 25 |
| Octal | 107 | 43 | 230 | 65 | 115 | 0 | 50 | 402 | 77 | 45 |
| Binary | 1000111 | 100011 | 10011000 | 110101 | 1001101 | 0 | 101000 | 100000010 | 111111 | 100101 |
Color Harmonies of #472398
Complementary color
Monochromatic Colors of #472398
Black with #472398
Text Example
Text Example
White with #472398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472398; }
p { color: rgb(71,35,152); }
H1.HeaderClassName
{
color: #472398;
}
.AnyTagClassName
{
color: #472398;
}
</style>
background-color css
<style>
a { background-color: #472398; }
a { background-color: rgb(71,35,152); }
div.DivClassName
{
background-color: #472398;
}
.BgClassName
{
background-color: #472398;
}
</style>
border-color css
<style>
span { border-color: #472398; }
span { border-color: rgb(71,35,152); }
td.TdClassName
{
border-color: #472398;
}
.TagClassName
{
border-color: #472398;
}
</style>