Shades of Meteorite #473365
Tints of Meteorite #473365
RGB
CMYK
RGB Variations
Color information
#473365 (or 0x473365) is known color: Meteorite. HEX triplet: 47, 33 and 65. RGB value is (71,51,101). Sum of RGB (Red+Green+Blue) = 71+51+101=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #473365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473365 is #B8CC9A. Grayscale: #3E3E3E. Windows color (decimal): -12111003 or 6632263. OLE color: 6632263.
HSL color Cylindrical-coordinate representation of color #473365: hue angle of 264º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473365 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 51 | 101 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.60 |
| HSL | 264º | 0.33% | 0.3% | - |
| HSV(B) | 264º | 0.5% | 0.4% | - |
| XYZ | 6.13 | 4.65 | 12.89 | - |
| YUV | 62.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 101 | 0.30 | 0.50 | 0 | 0.60 | 264 | 0.33 | 0.3 |
| Hex | 47 | 33 | 65 | 1E | 32 | 0 | 3C | 108 | 21 | 1E |
| Octal | 107 | 63 | 145 | 36 | 62 | 0 | 74 | 410 | 41 | 36 |
| Binary | 1000111 | 110011 | 1100101 | 11110 | 110010 | 0 | 111100 | 100001000 | 100001 | 11110 |
Color Harmonies of #473365
Complementary color
Monochromatic Colors of #473365
Black with #473365
Text Example
Text Example
White with #473365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473365; }
p { color: rgb(71,51,101); }
H1.HeaderClassName
{
color: #473365;
}
.AnyTagClassName
{
color: #473365;
}
</style>
background-color css
<style>
a { background-color: #473365; }
a { background-color: rgb(71,51,101); }
div.DivClassName
{
background-color: #473365;
}
.BgClassName
{
background-color: #473365;
}
</style>
border-color css
<style>
span { border-color: #473365; }
span { border-color: rgb(71,51,101); }
td.TdClassName
{
border-color: #473365;
}
.TagClassName
{
border-color: #473365;
}
</style>