Shades of Blue Gem #47358B
Tints of Blue Gem #47358B
RGB
CMYK
RGB Variations
Color information
#47358B (or 0x47358B) is known color: Blue Gem. HEX triplet: 47, 35 and 8B. RGB value is (71,53,139). Sum of RGB (Red+Green+Blue) = 71+53+139=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #47358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47358B is #B8CA74. Grayscale: #434343. Windows color (decimal): -12110453 or 9123143. OLE color: 9123143.
HSL color Cylindrical-coordinate representation of color #47358B: hue angle of 252.56º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47358B is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 53 | 139 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.45 |
| HSL | 252.56º | 0.45% | 0.38% | - |
| HSV(B) | 252.56º | 0.62% | 0.55% | - |
| XYZ | 8.53 | 5.75 | 25.09 | - |
| YUV | 68.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 139 | 0.49 | 0.62 | 0 | 0.45 | 252.56 | 0.45 | 0.38 |
| Hex | 47 | 35 | 8B | 31 | 3E | 0 | 2D | FD | 2D | 26 |
| Octal | 107 | 65 | 213 | 61 | 76 | 0 | 55 | 375 | 55 | 46 |
| Binary | 1000111 | 110101 | 10001011 | 110001 | 111110 | 0 | 101101 | 11111101 | 101101 | 100110 |
Color Harmonies of #47358B
Complementary color
Monochromatic Colors of #47358B
Black with #47358B
Text Example
Text Example
White with #47358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47358B; }
p { color: rgb(71,53,139); }
H1.HeaderClassName
{
color: #47358B;
}
.AnyTagClassName
{
color: #47358B;
}
</style>
background-color css
<style>
a { background-color: #47358B; }
a { background-color: rgb(71,53,139); }
div.DivClassName
{
background-color: #47358B;
}
.BgClassName
{
background-color: #47358B;
}
</style>
border-color css
<style>
span { border-color: #47358B; }
span { border-color: rgb(71,53,139); }
td.TdClassName
{
border-color: #47358B;
}
.TagClassName
{
border-color: #47358B;
}
</style>