Shades of Blue Gem #473385
Tints of Blue Gem #473385
RGB
CMYK
RGB Variations
Color information
#473385 (or 0x473385) is known color: Blue Gem. HEX triplet: 47, 33 and 85. RGB value is (71,51,133). Sum of RGB (Red+Green+Blue) = 71+51+133=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #473385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473385 is #B8CC7A. Grayscale: #424242. Windows color (decimal): -12110971 or 8729415. OLE color: 8729415.
HSL color Cylindrical-coordinate representation of color #473385: hue angle of 254.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473385 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 51 | 133 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.48 |
| HSL | 254.63º | 0.45% | 0.36% | - |
| HSV(B) | 254.63º | 0.62% | 0.52% | - |
| XYZ | 8.02 | 5.4 | 22.81 | - |
| YUV | 66.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 133 | 0.47 | 0.62 | 0 | 0.48 | 254.63 | 0.45 | 0.36 |
| Hex | 47 | 33 | 85 | 2F | 3E | 0 | 30 | FF | 2D | 24 |
| Octal | 107 | 63 | 205 | 57 | 76 | 0 | 60 | 377 | 55 | 44 |
| Binary | 1000111 | 110011 | 10000101 | 101111 | 111110 | 0 | 110000 | 11111111 | 101101 | 100100 |
Color Harmonies of #473385
Complementary color
Monochromatic Colors of #473385
Black with #473385
Text Example
Text Example
White with #473385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473385; }
p { color: rgb(71,51,133); }
H1.HeaderClassName
{
color: #473385;
}
.AnyTagClassName
{
color: #473385;
}
</style>
background-color css
<style>
a { background-color: #473385; }
a { background-color: rgb(71,51,133); }
div.DivClassName
{
background-color: #473385;
}
.BgClassName
{
background-color: #473385;
}
</style>
border-color css
<style>
span { border-color: #473385; }
span { border-color: rgb(71,51,133); }
td.TdClassName
{
border-color: #473385;
}
.TagClassName
{
border-color: #473385;
}
</style>