Shades of Blue Gem #47289B
Tints of Blue Gem #47289B
RGB
CMYK
RGB Variations
Color information
#47289B (or 0x47289B) is known color: Blue Gem. HEX triplet: 47, 28 and 9B. RGB value is (71,40,155). Sum of RGB (Red+Green+Blue) = 71+40+155=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #47289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47289B is #B8D764. Grayscale: #3D3D3D. Windows color (decimal): -12113765 or 10168391. OLE color: 10168391.
HSL color Cylindrical-coordinate representation of color #47289B: hue angle of 256.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47289B is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 40 | 155 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.39 |
| HSL | 256.17º | 0.59% | 0.38% | - |
| HSV(B) | 256.17º | 0.74% | 0.61% | - |
| XYZ | 9.27 | 5.22 | 31.53 | - |
| YUV | 62.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 155 | 0.54 | 0.74 | 0 | 0.39 | 256.17 | 0.59 | 0.38 |
| Hex | 47 | 28 | 9B | 36 | 4A | 0 | 27 | 100 | 3B | 26 |
| Octal | 107 | 50 | 233 | 66 | 112 | 0 | 47 | 400 | 73 | 46 |
| Binary | 1000111 | 101000 | 10011011 | 110110 | 1001010 | 0 | 100111 | 100000000 | 111011 | 100110 |
Color Harmonies of #47289B
Complementary color
Monochromatic Colors of #47289B
Black with #47289B
Text Example
Text Example
White with #47289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47289B; }
p { color: rgb(71,40,155); }
H1.HeaderClassName
{
color: #47289B;
}
.AnyTagClassName
{
color: #47289B;
}
</style>
background-color css
<style>
a { background-color: #47289B; }
a { background-color: rgb(71,40,155); }
div.DivClassName
{
background-color: #47289B;
}
.BgClassName
{
background-color: #47289B;
}
</style>
border-color css
<style>
span { border-color: #47289B; }
span { border-color: rgb(71,40,155); }
td.TdClassName
{
border-color: #47289B;
}
.TagClassName
{
border-color: #47289B;
}
</style>