Shades of Meteorite #473A65
Tints of Meteorite #473A65
RGB
CMYK
RGB Variations
Color information
#473A65 (or 0x473A65) is known color: Meteorite. HEX triplet: 47, 3A and 65. RGB value is (71,58,101). Sum of RGB (Red+Green+Blue) = 71+58+101=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #473A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A65 is #B8C59A. Grayscale: #424242. Windows color (decimal): -12109211 or 6634055. OLE color: 6634055.
HSL color Cylindrical-coordinate representation of color #473A65: hue angle of 258.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473A65 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 58 | 101 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.60 |
| HSL | 258.14º | 0.27% | 0.31% | - |
| HSV(B) | 258.14º | 0.43% | 0.4% | - |
| XYZ | 6.46 | 5.31 | 13 | - |
| YUV | 66.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 101 | 0.30 | 0.43 | 0 | 0.60 | 258.14 | 0.27 | 0.31 |
| Hex | 47 | 3A | 65 | 1E | 2B | 0 | 3C | 102 | 1B | 1F |
| Octal | 107 | 72 | 145 | 36 | 53 | 0 | 74 | 402 | 33 | 37 |
| Binary | 1000111 | 111010 | 1100101 | 11110 | 101011 | 0 | 111100 | 100000010 | 11011 | 11111 |
Color Harmonies of #473A65
Complementary color
Monochromatic Colors of #473A65
Black with #473A65
Text Example
Text Example
White with #473A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A65; }
p { color: rgb(71,58,101); }
H1.HeaderClassName
{
color: #473A65;
}
.AnyTagClassName
{
color: #473A65;
}
</style>
background-color css
<style>
a { background-color: #473A65; }
a { background-color: rgb(71,58,101); }
div.DivClassName
{
background-color: #473A65;
}
.BgClassName
{
background-color: #473A65;
}
</style>
border-color css
<style>
span { border-color: #473A65; }
span { border-color: rgb(71,58,101); }
td.TdClassName
{
border-color: #473A65;
}
.TagClassName
{
border-color: #473A65;
}
</style>