Shades of Meteorite #4F4075
Tints of Meteorite #4F4075
RGB
CMYK
RGB Variations
Color information
#4F4075 (or 0x4F4075) is known color: Meteorite. HEX triplet: 4F, 40 and 75. RGB value is (79,64,117). Sum of RGB (Red+Green+Blue) = 79+64+117=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F4075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4075 is #B0BF8A. Grayscale: #4A4A4A. Windows color (decimal): -11583371 or 7684175. OLE color: 7684175.
HSL color Cylindrical-coordinate representation of color #4F4075: hue angle of 256.98º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F4075 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 64 | 117 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.54 |
| HSL | 256.98º | 0.29% | 0.35% | - |
| HSV(B) | 256.98º | 0.45% | 0.46% | - |
| XYZ | 8.27 | 6.61 | 17.67 | - |
| YUV | 74.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 117 | 0.32 | 0.45 | 0 | 0.54 | 256.98 | 0.29 | 0.35 |
| Hex | 4F | 40 | 75 | 20 | 2D | 0 | 36 | 101 | 1D | 23 |
| Octal | 117 | 100 | 165 | 40 | 55 | 0 | 66 | 401 | 35 | 43 |
| Binary | 1001111 | 1000000 | 1110101 | 100000 | 101101 | 0 | 110110 | 100000001 | 11101 | 100011 |
Color Harmonies of #4F4075
Complementary color
Monochromatic Colors of #4F4075
Black with #4F4075
Text Example
Text Example
White with #4F4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4075; }
p { color: rgb(79,64,117); }
H1.HeaderClassName
{
color: #4F4075;
}
.AnyTagClassName
{
color: #4F4075;
}
</style>
background-color css
<style>
a { background-color: #4F4075; }
a { background-color: rgb(79,64,117); }
div.DivClassName
{
background-color: #4F4075;
}
.BgClassName
{
background-color: #4F4075;
}
</style>
border-color css
<style>
span { border-color: #4F4075; }
span { border-color: rgb(79,64,117); }
td.TdClassName
{
border-color: #4F4075;
}
.TagClassName
{
border-color: #4F4075;
}
</style>