Shades of Blue Gem #47369E
Tints of Blue Gem #47369E
RGB
CMYK
RGB Variations
Color information
#47369E (or 0x47369E) is known color: Blue Gem. HEX triplet: 47, 36 and 9E. RGB value is (71,54,158). Sum of RGB (Red+Green+Blue) = 71+54+158=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #47369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47369E is #B8C961. Grayscale: #464646. Windows color (decimal): -12110178 or 10368583. OLE color: 10368583.
HSL color Cylindrical-coordinate representation of color #47369E: hue angle of 249.81º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47369E is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 54 | 158 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.38 |
| HSL | 249.81º | 0.49% | 0.42% | - |
| HSV(B) | 249.81º | 0.66% | 0.62% | - |
| XYZ | 10.09 | 6.45 | 33.06 | - |
| YUV | 70.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 158 | 0.55 | 0.66 | 0 | 0.38 | 249.81 | 0.49 | 0.42 |
| Hex | 47 | 36 | 9E | 37 | 42 | 0 | 26 | FA | 31 | 2A |
| Octal | 107 | 66 | 236 | 67 | 102 | 0 | 46 | 372 | 61 | 52 |
| Binary | 1000111 | 110110 | 10011110 | 110111 | 1000010 | 0 | 100110 | 11111010 | 110001 | 101010 |
Color Harmonies of #47369E
Complementary color
Monochromatic Colors of #47369E
Black with #47369E
Text Example
Text Example
White with #47369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47369E; }
p { color: rgb(71,54,158); }
H1.HeaderClassName
{
color: #47369E;
}
.AnyTagClassName
{
color: #47369E;
}
</style>
background-color css
<style>
a { background-color: #47369E; }
a { background-color: rgb(71,54,158); }
div.DivClassName
{
background-color: #47369E;
}
.BgClassName
{
background-color: #47369E;
}
</style>
border-color css
<style>
span { border-color: #47369E; }
span { border-color: rgb(71,54,158); }
td.TdClassName
{
border-color: #47369E;
}
.TagClassName
{
border-color: #47369E;
}
</style>