Shades of Blue Gem #47239B
Tints of Blue Gem #47239B
RGB
CMYK
RGB Variations
Color information
#47239B (or 0x47239B) is known color: Blue Gem. HEX triplet: 47, 23 and 9B. RGB value is (71,35,155). Sum of RGB (Red+Green+Blue) = 71+35+155=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #47239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47239B is #B8DC64. Grayscale: #3B3B3B. Windows color (decimal): -12115045 or 10167111. OLE color: 10167111.
HSL color Cylindrical-coordinate representation of color #47239B: hue angle of 258º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47239B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 35 | 155 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.39 |
| HSL | 258º | 0.63% | 0.37% | - |
| HSV(B) | 258º | 0.77% | 0.61% | - |
| XYZ | 9.12 | 4.91 | 31.48 | - |
| YUV | 59.44 | 181.93 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 155 | 0.54 | 0.77 | 0 | 0.39 | 258 | 0.63 | 0.37 |
| Hex | 47 | 23 | 9B | 36 | 4D | 0 | 27 | 102 | 3F | 25 |
| Octal | 107 | 43 | 233 | 66 | 115 | 0 | 47 | 402 | 77 | 45 |
| Binary | 1000111 | 100011 | 10011011 | 110110 | 1001101 | 0 | 100111 | 100000010 | 111111 | 100101 |
Color Harmonies of #47239B
Complementary color
Monochromatic Colors of #47239B
Black with #47239B
Text Example
Text Example
White with #47239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47239B; }
p { color: rgb(71,35,155); }
H1.HeaderClassName
{
color: #47239B;
}
.AnyTagClassName
{
color: #47239B;
}
</style>
background-color css
<style>
a { background-color: #47239B; }
a { background-color: rgb(71,35,155); }
div.DivClassName
{
background-color: #47239B;
}
.BgClassName
{
background-color: #47239B;
}
</style>
border-color css
<style>
span { border-color: #47239B; }
span { border-color: rgb(71,35,155); }
td.TdClassName
{
border-color: #47239B;
}
.TagClassName
{
border-color: #47239B;
}
</style>