Shades of Meteorite #473673
Tints of Meteorite #473673
RGB
CMYK
RGB Variations
Color information
#473673 (or 0x473673) is known color: Meteorite. HEX triplet: 47, 36 and 73. RGB value is (71,54,115). Sum of RGB (Red+Green+Blue) = 71+54+115=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #473673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473673 is #B8C98C. Grayscale: #414141. Windows color (decimal): -12110221 or 7550535. OLE color: 7550535.
HSL color Cylindrical-coordinate representation of color #473673: hue angle of 256.72º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473673 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 54 | 115 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.55 |
| HSL | 256.72º | 0.36% | 0.33% | - |
| HSV(B) | 256.72º | 0.53% | 0.45% | - |
| XYZ | 7.01 | 5.22 | 16.86 | - |
| YUV | 66.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 115 | 0.38 | 0.53 | 0 | 0.55 | 256.72 | 0.36 | 0.33 |
| Hex | 47 | 36 | 73 | 26 | 35 | 0 | 37 | 101 | 24 | 21 |
| Octal | 107 | 66 | 163 | 46 | 65 | 0 | 67 | 401 | 44 | 41 |
| Binary | 1000111 | 110110 | 1110011 | 100110 | 110101 | 0 | 110111 | 100000001 | 100100 | 100001 |
Color Harmonies of #473673
Complementary color
Monochromatic Colors of #473673
Black with #473673
Text Example
Text Example
White with #473673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473673; }
p { color: rgb(71,54,115); }
H1.HeaderClassName
{
color: #473673;
}
.AnyTagClassName
{
color: #473673;
}
</style>
background-color css
<style>
a { background-color: #473673; }
a { background-color: rgb(71,54,115); }
div.DivClassName
{
background-color: #473673;
}
.BgClassName
{
background-color: #473673;
}
</style>
border-color css
<style>
span { border-color: #473673; }
span { border-color: rgb(71,54,115); }
td.TdClassName
{
border-color: #473673;
}
.TagClassName
{
border-color: #473673;
}
</style>