Shades of Blue Gem #47359D
Tints of Blue Gem #47359D
RGB
CMYK
RGB Variations
Color information
#47359D (or 0x47359D) is known color: Blue Gem. HEX triplet: 47, 35 and 9D. RGB value is (71,53,157). Sum of RGB (Red+Green+Blue) = 71+53+157=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #47359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47359D is #B8CA62. Grayscale: #454545. Windows color (decimal): -12110435 or 10302791. OLE color: 10302791.
HSL color Cylindrical-coordinate representation of color #47359D: hue angle of 250.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47359D is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 53 | 157 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.38 |
| HSL | 250.38º | 0.5% | 0.41% | - |
| HSV(B) | 250.38º | 0.66% | 0.62% | - |
| XYZ | 9.96 | 6.32 | 32.59 | - |
| YUV | 70.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 157 | 0.55 | 0.66 | 0 | 0.38 | 250.38 | 0.5 | 0.41 |
| Hex | 47 | 35 | 9D | 37 | 42 | 0 | 26 | FA | 32 | 29 |
| Octal | 107 | 65 | 235 | 67 | 102 | 0 | 46 | 372 | 62 | 51 |
| Binary | 1000111 | 110101 | 10011101 | 110111 | 1000010 | 0 | 100110 | 11111010 | 110010 | 101001 |
Color Harmonies of #47359D
Complementary color
Monochromatic Colors of #47359D
Black with #47359D
Text Example
Text Example
White with #47359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47359D; }
p { color: rgb(71,53,157); }
H1.HeaderClassName
{
color: #47359D;
}
.AnyTagClassName
{
color: #47359D;
}
</style>
background-color css
<style>
a { background-color: #47359D; }
a { background-color: rgb(71,53,157); }
div.DivClassName
{
background-color: #47359D;
}
.BgClassName
{
background-color: #47359D;
}
</style>
border-color css
<style>
span { border-color: #47359D; }
span { border-color: rgb(71,53,157); }
td.TdClassName
{
border-color: #47359D;
}
.TagClassName
{
border-color: #47359D;
}
</style>