Shades of Blue Gem #47209B
Tints of Blue Gem #47209B
RGB
CMYK
RGB Variations
Color information
#47209B (or 0x47209B) is known color: Blue Gem. HEX triplet: 47, 20 and 9B. RGB value is (71,32,155). Sum of RGB (Red+Green+Blue) = 71+32+155=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #47209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47209B is #B8DF64. Grayscale: #393939. Windows color (decimal): -12115813 or 10166343. OLE color: 10166343.
HSL color Cylindrical-coordinate representation of color #47209B: hue angle of 259.02º 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 #47209B is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 32 | 155 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.39 |
| HSL | 259.02º | 0.66% | 0.37% | - |
| HSV(B) | 259.02º | 0.79% | 0.61% | - |
| XYZ | 9.03 | 4.74 | 31.45 | - |
| YUV | 57.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 155 | 0.54 | 0.79 | 0 | 0.39 | 259.02 | 0.66 | 0.37 |
| Hex | 47 | 20 | 9B | 36 | 4F | 0 | 27 | 103 | 42 | 25 |
| Octal | 107 | 40 | 233 | 66 | 117 | 0 | 47 | 403 | 102 | 45 |
| Binary | 1000111 | 100000 | 10011011 | 110110 | 1001111 | 0 | 100111 | 100000011 | 1000010 | 100101 |
Color Harmonies of #47209B
Complementary color
Monochromatic Colors of #47209B
Black with #47209B
Text Example
Text Example
White with #47209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47209B; }
p { color: rgb(71,32,155); }
H1.HeaderClassName
{
color: #47209B;
}
.AnyTagClassName
{
color: #47209B;
}
</style>
background-color css
<style>
a { background-color: #47209B; }
a { background-color: rgb(71,32,155); }
div.DivClassName
{
background-color: #47209B;
}
.BgClassName
{
background-color: #47209B;
}
</style>
border-color css
<style>
span { border-color: #47209B; }
span { border-color: rgb(71,32,155); }
td.TdClassName
{
border-color: #47209B;
}
.TagClassName
{
border-color: #47209B;
}
</style>