Shades of Meteorite #4F456D
Tints of Meteorite #4F456D
RGB
CMYK
RGB Variations
Color information
#4F456D (or 0x4F456D) is known color: Meteorite. HEX triplet: 4F, 45 and 6D. RGB value is (79,69,109). Sum of RGB (Red+Green+Blue) = 79+69+109=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F456D is #B0BA92. Grayscale: #4C4C4C. Windows color (decimal): -11582099 or 7161167. OLE color: 7161167.
HSL color Cylindrical-coordinate representation of color #4F456D: hue angle of 255º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F456D is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 69 | 109 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.57 |
| HSL | 255º | 0.22% | 0.35% | - |
| HSV(B) | 255º | 0.37% | 0.43% | - |
| XYZ | 8.11 | 7.02 | 15.4 | - |
| YUV | 76.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 109 | 0.28 | 0.37 | 0 | 0.57 | 255 | 0.22 | 0.35 |
| Hex | 4F | 45 | 6D | 1C | 25 | 0 | 39 | FF | 16 | 23 |
| Octal | 117 | 105 | 155 | 34 | 45 | 0 | 71 | 377 | 26 | 43 |
| Binary | 1001111 | 1000101 | 1101101 | 11100 | 100101 | 0 | 111001 | 11111111 | 10110 | 100011 |
Color Harmonies of #4F456D
Complementary color
Monochromatic Colors of #4F456D
Black with #4F456D
Text Example
Text Example
White with #4F456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F456D; }
p { color: rgb(79,69,109); }
H1.HeaderClassName
{
color: #4F456D;
}
.AnyTagClassName
{
color: #4F456D;
}
</style>
background-color css
<style>
a { background-color: #4F456D; }
a { background-color: rgb(79,69,109); }
div.DivClassName
{
background-color: #4F456D;
}
.BgClassName
{
background-color: #4F456D;
}
</style>
border-color css
<style>
span { border-color: #4F456D; }
span { border-color: rgb(79,69,109); }
td.TdClassName
{
border-color: #4F456D;
}
.TagClassName
{
border-color: #4F456D;
}
</style>