Shades of Blue Gem #47239C
Tints of Blue Gem #47239C
RGB
CMYK
RGB Variations
Color information
#47239C (or 0x47239C) is known color: Blue Gem. HEX triplet: 47, 23 and 9C. RGB value is (71,35,156). Sum of RGB (Red+Green+Blue) = 71+35+156=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #47239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47239C is #B8DC63. Grayscale: #3B3B3B. Windows color (decimal): -12115044 or 10232647. OLE color: 10232647.
HSL color Cylindrical-coordinate representation of color #47239C: hue angle of 257.85º degrees, saturation: 0.63, 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 #47239C is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 35 | 156 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.39 |
| HSL | 257.85º | 0.63% | 0.37% | - |
| HSV(B) | 257.85º | 0.78% | 0.61% | - |
| XYZ | 9.2 | 4.94 | 31.92 | - |
| YUV | 59.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 156 | 0.54 | 0.78 | 0 | 0.39 | 257.85 | 0.63 | 0.37 |
| Hex | 47 | 23 | 9C | 36 | 4E | 0 | 27 | 102 | 3F | 25 |
| Octal | 107 | 43 | 234 | 66 | 116 | 0 | 47 | 402 | 77 | 45 |
| Binary | 1000111 | 100011 | 10011100 | 110110 | 1001110 | 0 | 100111 | 100000010 | 111111 | 100101 |
Color Harmonies of #47239C
Complementary color
Monochromatic Colors of #47239C
Black with #47239C
Text Example
Text Example
White with #47239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47239C; }
p { color: rgb(71,35,156); }
H1.HeaderClassName
{
color: #47239C;
}
.AnyTagClassName
{
color: #47239C;
}
</style>
background-color css
<style>
a { background-color: #47239C; }
a { background-color: rgb(71,35,156); }
div.DivClassName
{
background-color: #47239C;
}
.BgClassName
{
background-color: #47239C;
}
</style>
border-color css
<style>
span { border-color: #47239C; }
span { border-color: rgb(71,35,156); }
td.TdClassName
{
border-color: #47239C;
}
.TagClassName
{
border-color: #47239C;
}
</style>