Shades of Blue Gem #47419D
Tints of Blue Gem #47419D
RGB
CMYK
RGB Variations
Color information
#47419D (or 0x47419D) is known color: Blue Gem. HEX triplet: 47, 41 and 9D. RGB value is (71,65,157). Sum of RGB (Red+Green+Blue) = 71+65+157=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #47419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47419D is #B8BE62. Grayscale: #4C4C4C. Windows color (decimal): -12107363 or 10305863. OLE color: 10305863.
HSL color Cylindrical-coordinate representation of color #47419D: hue angle of 243.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47419D is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 65 | 157 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.38 |
| HSL | 243.91º | 0.41% | 0.44% | - |
| HSV(B) | 243.91º | 0.59% | 0.62% | - |
| XYZ | 10.57 | 7.55 | 32.8 | - |
| YUV | 77.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 157 | 0.55 | 0.59 | 0 | 0.38 | 243.91 | 0.41 | 0.44 |
| Hex | 47 | 41 | 9D | 37 | 3B | 0 | 26 | F4 | 29 | 2C |
| Octal | 107 | 101 | 235 | 67 | 73 | 0 | 46 | 364 | 51 | 54 |
| Binary | 1000111 | 1000001 | 10011101 | 110111 | 111011 | 0 | 100110 | 11110100 | 101001 | 101100 |
Color Harmonies of #47419D
Complementary color
Monochromatic Colors of #47419D
Black with #47419D
Text Example
Text Example
White with #47419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47419D; }
p { color: rgb(71,65,157); }
H1.HeaderClassName
{
color: #47419D;
}
.AnyTagClassName
{
color: #47419D;
}
</style>
background-color css
<style>
a { background-color: #47419D; }
a { background-color: rgb(71,65,157); }
div.DivClassName
{
background-color: #47419D;
}
.BgClassName
{
background-color: #47419D;
}
</style>
border-color css
<style>
span { border-color: #47419D; }
span { border-color: rgb(71,65,157); }
td.TdClassName
{
border-color: #47419D;
}
.TagClassName
{
border-color: #47419D;
}
</style>