Shades of Blue Gem #473485
Tints of Blue Gem #473485
RGB
CMYK
RGB Variations
Color information
#473485 (or 0x473485) is known color: Blue Gem. HEX triplet: 47, 34 and 85. RGB value is (71,52,133). Sum of RGB (Red+Green+Blue) = 71+52+133=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #473485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473485 is #B8CB7A. Grayscale: #424242. Windows color (decimal): -12110715 or 8729671. OLE color: 8729671.
HSL color Cylindrical-coordinate representation of color #473485: hue angle of 254.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473485 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 52 | 133 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.48 |
| HSL | 254.07º | 0.44% | 0.36% | - |
| HSV(B) | 254.07º | 0.61% | 0.52% | - |
| XYZ | 8.06 | 5.49 | 22.82 | - |
| YUV | 66.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 133 | 0.47 | 0.61 | 0 | 0.48 | 254.07 | 0.44 | 0.36 |
| Hex | 47 | 34 | 85 | 2F | 3D | 0 | 30 | FE | 2C | 24 |
| Octal | 107 | 64 | 205 | 57 | 75 | 0 | 60 | 376 | 54 | 44 |
| Binary | 1000111 | 110100 | 10000101 | 101111 | 111101 | 0 | 110000 | 11111110 | 101100 | 100100 |
Color Harmonies of #473485
Complementary color
Monochromatic Colors of #473485
Black with #473485
Text Example
Text Example
White with #473485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473485; }
p { color: rgb(71,52,133); }
H1.HeaderClassName
{
color: #473485;
}
.AnyTagClassName
{
color: #473485;
}
</style>
background-color css
<style>
a { background-color: #473485; }
a { background-color: rgb(71,52,133); }
div.DivClassName
{
background-color: #473485;
}
.BgClassName
{
background-color: #473485;
}
</style>
border-color css
<style>
span { border-color: #473485; }
span { border-color: rgb(71,52,133); }
td.TdClassName
{
border-color: #473485;
}
.TagClassName
{
border-color: #473485;
}
</style>