Shades of Blue Gem #47439D
Tints of Blue Gem #47439D
RGB
CMYK
RGB Variations
Color information
#47439D (or 0x47439D) is known color: Blue Gem. HEX triplet: 47, 43 and 9D. RGB value is (71,67,157). Sum of RGB (Red+Green+Blue) = 71+67+157=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #47439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47439D is #B8BC62. Grayscale: #4E4E4E. Windows color (decimal): -12106851 or 10306375. OLE color: 10306375.
HSL color Cylindrical-coordinate representation of color #47439D: hue angle of 242.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47439D is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 67 | 157 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.38 |
| HSL | 242.67º | 0.4% | 0.44% | - |
| HSV(B) | 242.67º | 0.57% | 0.62% | - |
| XYZ | 10.69 | 7.79 | 32.84 | - |
| YUV | 78.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 157 | 0.55 | 0.57 | 0 | 0.38 | 242.67 | 0.4 | 0.44 |
| Hex | 47 | 43 | 9D | 37 | 39 | 0 | 26 | F3 | 28 | 2C |
| Octal | 107 | 103 | 235 | 67 | 71 | 0 | 46 | 363 | 50 | 54 |
| Binary | 1000111 | 1000011 | 10011101 | 110111 | 111001 | 0 | 100110 | 11110011 | 101000 | 101100 |
Color Harmonies of #47439D
Complementary color
Monochromatic Colors of #47439D
Black with #47439D
Text Example
Text Example
White with #47439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47439D; }
p { color: rgb(71,67,157); }
H1.HeaderClassName
{
color: #47439D;
}
.AnyTagClassName
{
color: #47439D;
}
</style>
background-color css
<style>
a { background-color: #47439D; }
a { background-color: rgb(71,67,157); }
div.DivClassName
{
background-color: #47439D;
}
.BgClassName
{
background-color: #47439D;
}
</style>
border-color css
<style>
span { border-color: #47439D; }
span { border-color: rgb(71,67,157); }
td.TdClassName
{
border-color: #47439D;
}
.TagClassName
{
border-color: #47439D;
}
</style>