Shades of Blue Gem #47229C
Tints of Blue Gem #47229C
RGB
CMYK
RGB Variations
Color information
#47229C (or 0x47229C) is known color: Blue Gem. HEX triplet: 47, 22 and 9C. RGB value is (71,34,156). Sum of RGB (Red+Green+Blue) = 71+34+156=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #47229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47229C is #B8DD63. Grayscale: #3A3A3A. Windows color (decimal): -12115300 or 10232391. OLE color: 10232391.
HSL color Cylindrical-coordinate representation of color #47229C: hue angle of 258.2º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47229C is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 34 | 156 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.39 |
| HSL | 258.2º | 0.64% | 0.37% | - |
| HSV(B) | 258.2º | 0.78% | 0.61% | - |
| XYZ | 9.17 | 4.88 | 31.91 | - |
| YUV | 58.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 156 | 0.54 | 0.78 | 0 | 0.39 | 258.2 | 0.64 | 0.37 |
| Hex | 47 | 22 | 9C | 36 | 4E | 0 | 27 | 102 | 40 | 25 |
| Octal | 107 | 42 | 234 | 66 | 116 | 0 | 47 | 402 | 100 | 45 |
| Binary | 1000111 | 100010 | 10011100 | 110110 | 1001110 | 0 | 100111 | 100000010 | 1000000 | 100101 |
Color Harmonies of #47229C
Complementary color
Monochromatic Colors of #47229C
Black with #47229C
Text Example
Text Example
White with #47229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47229C; }
p { color: rgb(71,34,156); }
H1.HeaderClassName
{
color: #47229C;
}
.AnyTagClassName
{
color: #47229C;
}
</style>
background-color css
<style>
a { background-color: #47229C; }
a { background-color: rgb(71,34,156); }
div.DivClassName
{
background-color: #47229C;
}
.BgClassName
{
background-color: #47229C;
}
</style>
border-color css
<style>
span { border-color: #47229C; }
span { border-color: rgb(71,34,156); }
td.TdClassName
{
border-color: #47229C;
}
.TagClassName
{
border-color: #47229C;
}
</style>