Shades of Meteorite #4F4565
Tints of Meteorite #4F4565
RGB
CMYK
RGB Variations
Color information
#4F4565 (or 0x4F4565) is known color: Meteorite. HEX triplet: 4F, 45 and 65. RGB value is (79,69,101). Sum of RGB (Red+Green+Blue) = 79+69+101=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4565 is #B0BA9A. Grayscale: #4B4B4B. Windows color (decimal): -11582107 or 6636879. OLE color: 6636879.
HSL color Cylindrical-coordinate representation of color #4F4565: hue angle of 258.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F4565 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 69 | 101 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.60 |
| HSL | 258.75º | 0.19% | 0.33% | - |
| HSV(B) | 258.75º | 0.32% | 0.4% | - |
| XYZ | 7.7 | 6.86 | 13.23 | - |
| YUV | 75.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 101 | 0.22 | 0.32 | 0 | 0.60 | 258.75 | 0.19 | 0.33 |
| Hex | 4F | 45 | 65 | 16 | 20 | 0 | 3C | 103 | 13 | 21 |
| Octal | 117 | 105 | 145 | 26 | 40 | 0 | 74 | 403 | 23 | 41 |
| Binary | 1001111 | 1000101 | 1100101 | 10110 | 100000 | 0 | 111100 | 100000011 | 10011 | 100001 |
Color Harmonies of #4F4565
Complementary color
Monochromatic Colors of #4F4565
Black with #4F4565
Text Example
Text Example
White with #4F4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4565; }
p { color: rgb(79,69,101); }
H1.HeaderClassName
{
color: #4F4565;
}
.AnyTagClassName
{
color: #4F4565;
}
</style>
background-color css
<style>
a { background-color: #4F4565; }
a { background-color: rgb(79,69,101); }
div.DivClassName
{
background-color: #4F4565;
}
.BgClassName
{
background-color: #4F4565;
}
</style>
border-color css
<style>
span { border-color: #4F4565; }
span { border-color: rgb(79,69,101); }
td.TdClassName
{
border-color: #4F4565;
}
.TagClassName
{
border-color: #4F4565;
}
</style>