Shades of Blue Gem #47209C
Tints of Blue Gem #47209C
RGB
CMYK
RGB Variations
Color information
#47209C (or 0x47209C) is known color: Blue Gem. HEX triplet: 47, 20 and 9C. RGB value is (71,32,156). Sum of RGB (Red+Green+Blue) = 71+32+156=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #47209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209C is #B8DF63. Grayscale: #393939. Windows color (decimal): -12115812 or 10231879. OLE color: 10231879.
HSL color Cylindrical-coordinate representation of color #47209C: hue angle of 258.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47209C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 32 | 156 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.39 |
| HSL | 258.87º | 0.66% | 0.37% | - |
| HSV(B) | 258.87º | 0.79% | 0.61% | - |
| XYZ | 9.12 | 4.77 | 31.89 | - |
| YUV | 57.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 156 | 0.54 | 0.79 | 0 | 0.39 | 258.87 | 0.66 | 0.37 |
| Hex | 47 | 20 | 9C | 36 | 4F | 0 | 27 | 103 | 42 | 25 |
| Octal | 107 | 40 | 234 | 66 | 117 | 0 | 47 | 403 | 102 | 45 |
| Binary | 1000111 | 100000 | 10011100 | 110110 | 1001111 | 0 | 100111 | 100000011 | 1000010 | 100101 |
Color Harmonies of #47209C
Complementary color
Monochromatic Colors of #47209C
Black with #47209C
Text Example
Text Example
White with #47209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47209C; }
p { color: rgb(71,32,156); }
H1.HeaderClassName
{
color: #47209C;
}
.AnyTagClassName
{
color: #47209C;
}
</style>
background-color css
<style>
a { background-color: #47209C; }
a { background-color: rgb(71,32,156); }
div.DivClassName
{
background-color: #47209C;
}
.BgClassName
{
background-color: #47209C;
}
</style>
border-color css
<style>
span { border-color: #47209C; }
span { border-color: rgb(71,32,156); }
td.TdClassName
{
border-color: #47209C;
}
.TagClassName
{
border-color: #47209C;
}
</style>