Shades of Blue Gem #47378B
Tints of Blue Gem #47378B
RGB
CMYK
RGB Variations
Color information
#47378B (or 0x47378B) is known color: Blue Gem. HEX triplet: 47, 37 and 8B. RGB value is (71,55,139). Sum of RGB (Red+Green+Blue) = 71+55+139=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #47378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378B is #B8C874. Grayscale: #454545. Windows color (decimal): -12109941 or 9123655. OLE color: 9123655.
HSL color Cylindrical-coordinate representation of color #47378B: hue angle of 251.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47378B is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 55 | 139 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.45 |
| HSL | 251.43º | 0.43% | 0.38% | - |
| HSV(B) | 251.43º | 0.6% | 0.55% | - |
| XYZ | 8.62 | 5.94 | 25.12 | - |
| YUV | 69.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 139 | 0.49 | 0.60 | 0 | 0.45 | 251.43 | 0.43 | 0.38 |
| Hex | 47 | 37 | 8B | 31 | 3C | 0 | 2D | FB | 2B | 26 |
| Octal | 107 | 67 | 213 | 61 | 74 | 0 | 55 | 373 | 53 | 46 |
| Binary | 1000111 | 110111 | 10001011 | 110001 | 111100 | 0 | 101101 | 11111011 | 101011 | 100110 |
Color Harmonies of #47378B
Complementary color
Monochromatic Colors of #47378B
Black with #47378B
Text Example
Text Example
White with #47378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47378B; }
p { color: rgb(71,55,139); }
H1.HeaderClassName
{
color: #47378B;
}
.AnyTagClassName
{
color: #47378B;
}
</style>
background-color css
<style>
a { background-color: #47378B; }
a { background-color: rgb(71,55,139); }
div.DivClassName
{
background-color: #47378B;
}
.BgClassName
{
background-color: #47378B;
}
</style>
border-color css
<style>
span { border-color: #47378B; }
span { border-color: rgb(71,55,139); }
td.TdClassName
{
border-color: #47378B;
}
.TagClassName
{
border-color: #47378B;
}
</style>