Shades of Meteorite #4F436F
Tints of Meteorite #4F436F
RGB
CMYK
RGB Variations
Color information
#4F436F (or 0x4F436F) is known color: Meteorite. HEX triplet: 4F, 43 and 6F. RGB value is (79,67,111). Sum of RGB (Red+Green+Blue) = 79+67+111=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436F is #B0BC90. Grayscale: #4B4B4B. Windows color (decimal): -11582609 or 7291727. OLE color: 7291727.
HSL color Cylindrical-coordinate representation of color #4F436F: hue angle of 256.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F436F is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 67 | 111 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.56 |
| HSL | 256.36º | 0.25% | 0.35% | - |
| HSV(B) | 256.36º | 0.4% | 0.44% | - |
| XYZ | 8.1 | 6.82 | 15.93 | - |
| YUV | 75.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 111 | 0.29 | 0.40 | 0 | 0.56 | 256.36 | 0.25 | 0.35 |
| Hex | 4F | 43 | 6F | 1D | 28 | 0 | 38 | 100 | 19 | 23 |
| Octal | 117 | 103 | 157 | 35 | 50 | 0 | 70 | 400 | 31 | 43 |
| Binary | 1001111 | 1000011 | 1101111 | 11101 | 101000 | 0 | 111000 | 100000000 | 11001 | 100011 |
Color Harmonies of #4F436F
Complementary color
Monochromatic Colors of #4F436F
Black with #4F436F
Text Example
Text Example
White with #4F436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F436F; }
p { color: rgb(79,67,111); }
H1.HeaderClassName
{
color: #4F436F;
}
.AnyTagClassName
{
color: #4F436F;
}
</style>
background-color css
<style>
a { background-color: #4F436F; }
a { background-color: rgb(79,67,111); }
div.DivClassName
{
background-color: #4F436F;
}
.BgClassName
{
background-color: #4F436F;
}
</style>
border-color css
<style>
span { border-color: #4F436F; }
span { border-color: rgb(79,67,111); }
td.TdClassName
{
border-color: #4F436F;
}
.TagClassName
{
border-color: #4F436F;
}
</style>