Shades of Blue Gem #47279D
Tints of Blue Gem #47279D
RGB
CMYK
RGB Variations
Color information
#47279D (or 0x47279D) is known color: Blue Gem. HEX triplet: 47, 27 and 9D. RGB value is (71,39,157). Sum of RGB (Red+Green+Blue) = 71+39+157=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #47279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47279D is #B8D862. Grayscale: #3D3D3D. Windows color (decimal): -12114019 or 10299207. OLE color: 10299207.
HSL color Cylindrical-coordinate representation of color #47279D: hue angle of 256.27º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47279D is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 39 | 157 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.38 |
| HSL | 256.27º | 0.6% | 0.38% | - |
| HSV(B) | 256.27º | 0.75% | 0.62% | - |
| XYZ | 9.41 | 5.22 | 32.41 | - |
| YUV | 62.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 157 | 0.55 | 0.75 | 0 | 0.38 | 256.27 | 0.6 | 0.38 |
| Hex | 47 | 27 | 9D | 37 | 4B | 0 | 26 | 100 | 3C | 26 |
| Octal | 107 | 47 | 235 | 67 | 113 | 0 | 46 | 400 | 74 | 46 |
| Binary | 1000111 | 100111 | 10011101 | 110111 | 1001011 | 0 | 100110 | 100000000 | 111100 | 100110 |
Color Harmonies of #47279D
Complementary color
Monochromatic Colors of #47279D
Black with #47279D
Text Example
Text Example
White with #47279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47279D; }
p { color: rgb(71,39,157); }
H1.HeaderClassName
{
color: #47279D;
}
.AnyTagClassName
{
color: #47279D;
}
</style>
background-color css
<style>
a { background-color: #47279D; }
a { background-color: rgb(71,39,157); }
div.DivClassName
{
background-color: #47279D;
}
.BgClassName
{
background-color: #47279D;
}
</style>
border-color css
<style>
span { border-color: #47279D; }
span { border-color: rgb(71,39,157); }
td.TdClassName
{
border-color: #47279D;
}
.TagClassName
{
border-color: #47279D;
}
</style>