Shades of Meteorite #473765
Tints of Meteorite #473765
RGB
CMYK
RGB Variations
Color information
#473765 (or 0x473765) is known color: Meteorite. HEX triplet: 47, 37 and 65. RGB value is (71,55,101). Sum of RGB (Red+Green+Blue) = 71+55+101=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #473765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473765 is #B8C89A. Grayscale: #404040. Windows color (decimal): -12109979 or 6633287. OLE color: 6633287.
HSL color Cylindrical-coordinate representation of color #473765: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473765 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 55 | 101 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.60 |
| HSL | 260.87º | 0.29% | 0.31% | - |
| HSV(B) | 260.87º | 0.46% | 0.4% | - |
| XYZ | 6.31 | 5.01 | 12.95 | - |
| YUV | 65.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 101 | 0.30 | 0.46 | 0 | 0.60 | 260.87 | 0.29 | 0.31 |
| Hex | 47 | 37 | 65 | 1E | 2E | 0 | 3C | 105 | 1D | 1F |
| Octal | 107 | 67 | 145 | 36 | 56 | 0 | 74 | 405 | 35 | 37 |
| Binary | 1000111 | 110111 | 1100101 | 11110 | 101110 | 0 | 111100 | 100000101 | 11101 | 11111 |
Color Harmonies of #473765
Complementary color
Monochromatic Colors of #473765
Black with #473765
Text Example
Text Example
White with #473765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473765; }
p { color: rgb(71,55,101); }
H1.HeaderClassName
{
color: #473765;
}
.AnyTagClassName
{
color: #473765;
}
</style>
background-color css
<style>
a { background-color: #473765; }
a { background-color: rgb(71,55,101); }
div.DivClassName
{
background-color: #473765;
}
.BgClassName
{
background-color: #473765;
}
</style>
border-color css
<style>
span { border-color: #473765; }
span { border-color: rgb(71,55,101); }
td.TdClassName
{
border-color: #473765;
}
.TagClassName
{
border-color: #473765;
}
</style>