Shades of Blue Gem #473185
Tints of Blue Gem #473185
RGB
CMYK
RGB Variations
Color information
#473185 (or 0x473185) is known color: Blue Gem. HEX triplet: 47, 31 and 85. RGB value is (71,49,133). Sum of RGB (Red+Green+Blue) = 71+49+133=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #473185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473185 is #B8CE7A. Grayscale: #404040. Windows color (decimal): -12111483 or 8728903. OLE color: 8728903.
HSL color Cylindrical-coordinate representation of color #473185: hue angle of 255.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473185 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 49 | 133 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.48 |
| HSL | 255.71º | 0.46% | 0.36% | - |
| HSV(B) | 255.71º | 0.63% | 0.52% | - |
| XYZ | 7.93 | 5.23 | 22.78 | - |
| YUV | 65.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 133 | 0.47 | 0.63 | 0 | 0.48 | 255.71 | 0.46 | 0.36 |
| Hex | 47 | 31 | 85 | 2F | 3F | 0 | 30 | 100 | 2E | 24 |
| Octal | 107 | 61 | 205 | 57 | 77 | 0 | 60 | 400 | 56 | 44 |
| Binary | 1000111 | 110001 | 10000101 | 101111 | 111111 | 0 | 110000 | 100000000 | 101110 | 100100 |
Color Harmonies of #473185
Complementary color
Monochromatic Colors of #473185
Black with #473185
Text Example
Text Example
White with #473185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473185; }
p { color: rgb(71,49,133); }
H1.HeaderClassName
{
color: #473185;
}
.AnyTagClassName
{
color: #473185;
}
</style>
background-color css
<style>
a { background-color: #473185; }
a { background-color: rgb(71,49,133); }
div.DivClassName
{
background-color: #473185;
}
.BgClassName
{
background-color: #473185;
}
</style>
border-color css
<style>
span { border-color: #473185; }
span { border-color: rgb(71,49,133); }
td.TdClassName
{
border-color: #473185;
}
.TagClassName
{
border-color: #473185;
}
</style>