Shades of Blue Gem #47378C
Tints of Blue Gem #47378C
RGB
CMYK
RGB Variations
Color information
#47378C (or 0x47378C) is known color: Blue Gem. HEX triplet: 47, 37 and 8C. RGB value is (71,55,140). Sum of RGB (Red+Green+Blue) = 71+55+140=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #47378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378C is #B8C873. Grayscale: #454545. Windows color (decimal): -12109940 or 9189191. OLE color: 9189191.
HSL color Cylindrical-coordinate representation of color #47378C: hue angle of 251.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47378C is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 55 | 140 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.45 |
| HSL | 251.29º | 0.44% | 0.38% | - |
| HSV(B) | 251.29º | 0.61% | 0.55% | - |
| XYZ | 8.7 | 5.97 | 25.5 | - |
| YUV | 69.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 140 | 0.49 | 0.61 | 0 | 0.45 | 251.29 | 0.44 | 0.38 |
| Hex | 47 | 37 | 8C | 31 | 3D | 0 | 2D | FB | 2C | 26 |
| Octal | 107 | 67 | 214 | 61 | 75 | 0 | 55 | 373 | 54 | 46 |
| Binary | 1000111 | 110111 | 10001100 | 110001 | 111101 | 0 | 101101 | 11111011 | 101100 | 100110 |
Color Harmonies of #47378C
Complementary color
Monochromatic Colors of #47378C
Black with #47378C
Text Example
Text Example
White with #47378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47378C; }
p { color: rgb(71,55,140); }
H1.HeaderClassName
{
color: #47378C;
}
.AnyTagClassName
{
color: #47378C;
}
</style>
background-color css
<style>
a { background-color: #47378C; }
a { background-color: rgb(71,55,140); }
div.DivClassName
{
background-color: #47378C;
}
.BgClassName
{
background-color: #47378C;
}
</style>
border-color css
<style>
span { border-color: #47378C; }
span { border-color: rgb(71,55,140); }
td.TdClassName
{
border-color: #47378C;
}
.TagClassName
{
border-color: #47378C;
}
</style>