Shades of Meteorite #4F446E
Tints of Meteorite #4F446E
RGB
CMYK
RGB Variations
Color information
#4F446E (or 0x4F446E) is known color: Meteorite. HEX triplet: 4F, 44 and 6E. RGB value is (79,68,110). Sum of RGB (Red+Green+Blue) = 79+68+110=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F446E is #B0BB91. Grayscale: #4B4B4B. Windows color (decimal): -11582354 or 7226447. OLE color: 7226447.
HSL color Cylindrical-coordinate representation of color #4F446E: hue angle of 255.71º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F446E is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 68 | 110 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.57 |
| HSL | 255.71º | 0.24% | 0.35% | - |
| HSV(B) | 255.71º | 0.38% | 0.43% | - |
| XYZ | 8.11 | 6.92 | 15.66 | - |
| YUV | 76.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 110 | 0.28 | 0.38 | 0 | 0.57 | 255.71 | 0.24 | 0.35 |
| Hex | 4F | 44 | 6E | 1C | 26 | 0 | 39 | 100 | 18 | 23 |
| Octal | 117 | 104 | 156 | 34 | 46 | 0 | 71 | 400 | 30 | 43 |
| Binary | 1001111 | 1000100 | 1101110 | 11100 | 100110 | 0 | 111001 | 100000000 | 11000 | 100011 |
Color Harmonies of #4F446E
Complementary color
Monochromatic Colors of #4F446E
Black with #4F446E
Text Example
Text Example
White with #4F446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F446E; }
p { color: rgb(79,68,110); }
H1.HeaderClassName
{
color: #4F446E;
}
.AnyTagClassName
{
color: #4F446E;
}
</style>
background-color css
<style>
a { background-color: #4F446E; }
a { background-color: rgb(79,68,110); }
div.DivClassName
{
background-color: #4F446E;
}
.BgClassName
{
background-color: #4F446E;
}
</style>
border-color css
<style>
span { border-color: #4F446E; }
span { border-color: rgb(79,68,110); }
td.TdClassName
{
border-color: #4F446E;
}
.TagClassName
{
border-color: #4F446E;
}
</style>