Shades of Blue Gem #47199F
Tints of Blue Gem #47199F
RGB
CMYK
RGB Variations
Color information
#47199F (or 0x47199F) is known color: Blue Gem. HEX triplet: 47, 19 and 9F. RGB value is (71,25,159). Sum of RGB (Red+Green+Blue) = 71+25+159=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #47199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47199F is #B8E660. Grayscale: #353535. Windows color (decimal): -12117601 or 10426695. OLE color: 10426695.
HSL color Cylindrical-coordinate representation of color #47199F: hue angle of 260.6º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47199F is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 25 | 159 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.38 |
| HSL | 260.6º | 0.73% | 0.36% | - |
| HSV(B) | 260.6º | 0.84% | 0.62% | - |
| XYZ | 9.2 | 4.54 | 33.19 | - |
| YUV | 54.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 159 | 0.55 | 0.84 | 0 | 0.38 | 260.6 | 0.73 | 0.36 |
| Hex | 47 | 19 | 9F | 37 | 54 | 0 | 26 | 105 | 49 | 24 |
| Octal | 107 | 31 | 237 | 67 | 124 | 0 | 46 | 405 | 111 | 44 |
| Binary | 1000111 | 11001 | 10011111 | 110111 | 1010100 | 0 | 100110 | 100000101 | 1001001 | 100100 |
Color Harmonies of #47199F
Complementary color
Monochromatic Colors of #47199F
Black with #47199F
Text Example
Text Example
White with #47199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47199F; }
p { color: rgb(71,25,159); }
H1.HeaderClassName
{
color: #47199F;
}
.AnyTagClassName
{
color: #47199F;
}
</style>
background-color css
<style>
a { background-color: #47199F; }
a { background-color: rgb(71,25,159); }
div.DivClassName
{
background-color: #47199F;
}
.BgClassName
{
background-color: #47199F;
}
</style>
border-color css
<style>
span { border-color: #47199F; }
span { border-color: rgb(71,25,159); }
td.TdClassName
{
border-color: #47199F;
}
.TagClassName
{
border-color: #47199F;
}
</style>