Shades of Blue Gem #47279F
Tints of Blue Gem #47279F
RGB
CMYK
RGB Variations
Color information
#47279F (or 0x47279F) is known color: Blue Gem. HEX triplet: 47, 27 and 9F. RGB value is (71,39,159). Sum of RGB (Red+Green+Blue) = 71+39+159=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #47279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47279F is #B8D860. Grayscale: #3D3D3D. Windows color (decimal): -12114017 or 10430279. OLE color: 10430279.
HSL color Cylindrical-coordinate representation of color #47279F: hue angle of 256º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47279F is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 39 | 159 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.38 |
| HSL | 256º | 0.61% | 0.39% | - |
| HSV(B) | 256º | 0.75% | 0.62% | - |
| XYZ | 9.58 | 5.29 | 33.32 | - |
| YUV | 62.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 159 | 0.55 | 0.75 | 0 | 0.38 | 256 | 0.61 | 0.39 |
| Hex | 47 | 27 | 9F | 37 | 4B | 0 | 26 | 100 | 3D | 27 |
| Octal | 107 | 47 | 237 | 67 | 113 | 0 | 46 | 400 | 75 | 47 |
| Binary | 1000111 | 100111 | 10011111 | 110111 | 1001011 | 0 | 100110 | 100000000 | 111101 | 100111 |
Color Harmonies of #47279F
Complementary color
Monochromatic Colors of #47279F
Black with #47279F
Text Example
Text Example
White with #47279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47279F; }
p { color: rgb(71,39,159); }
H1.HeaderClassName
{
color: #47279F;
}
.AnyTagClassName
{
color: #47279F;
}
</style>
background-color css
<style>
a { background-color: #47279F; }
a { background-color: rgb(71,39,159); }
div.DivClassName
{
background-color: #47279F;
}
.BgClassName
{
background-color: #47279F;
}
</style>
border-color css
<style>
span { border-color: #47279F; }
span { border-color: rgb(71,39,159); }
td.TdClassName
{
border-color: #47279F;
}
.TagClassName
{
border-color: #47279F;
}
</style>