Shades of Meteorite #4F4166
Tints of Meteorite #4F4166
RGB
CMYK
RGB Variations
Color information
#4F4166 (or 0x4F4166) is known color: Meteorite. HEX triplet: 4F, 41 and 66. RGB value is (79,65,102). Sum of RGB (Red+Green+Blue) = 79+65+102=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4166 is #B0BE99. Grayscale: #494949. Windows color (decimal): -11583130 or 6701391. OLE color: 6701391.
HSL color Cylindrical-coordinate representation of color #4F4166: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F4166 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 65 | 102 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.6 |
| HSL | 262.7º | 0.22% | 0.33% | - |
| HSV(B) | 262.7º | 0.36% | 0.4% | - |
| XYZ | 7.51 | 6.4 | 13.41 | - |
| YUV | 73.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 102 | 0.23 | 0.36 | 0 | 0.6 | 262.7 | 0.22 | 0.33 |
| Hex | 4F | 41 | 66 | 17 | 24 | 0 | 3C | 107 | 16 | 21 |
| Octal | 117 | 101 | 146 | 27 | 44 | 0 | 74 | 407 | 26 | 41 |
| Binary | 1001111 | 1000001 | 1100110 | 10111 | 100100 | 0 | 111100 | 100000111 | 10110 | 100001 |
Color Harmonies of #4F4166
Complementary color
Monochromatic Colors of #4F4166
Black with #4F4166
Text Example
Text Example
White with #4F4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4166; }
p { color: rgb(79,65,102); }
H1.HeaderClassName
{
color: #4F4166;
}
.AnyTagClassName
{
color: #4F4166;
}
</style>
background-color css
<style>
a { background-color: #4F4166; }
a { background-color: rgb(79,65,102); }
div.DivClassName
{
background-color: #4F4166;
}
.BgClassName
{
background-color: #4F4166;
}
</style>
border-color css
<style>
span { border-color: #4F4166; }
span { border-color: rgb(79,65,102); }
td.TdClassName
{
border-color: #4F4166;
}
.TagClassName
{
border-color: #4F4166;
}
</style>