Shades of Meteorite #4F4470
Tints of Meteorite #4F4470
RGB
CMYK
RGB Variations
Color information
#4F4470 (or 0x4F4470) is known color: Meteorite. HEX triplet: 4F, 44 and 70. RGB value is (79,68,112). Sum of RGB (Red+Green+Blue) = 79+68+112=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F4470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4470 is #B0BB8F. Grayscale: #4C4C4C. Windows color (decimal): -11582352 or 7357519. OLE color: 7357519.
HSL color Cylindrical-coordinate representation of color #4F4470: hue angle of 255º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4470 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 68 | 112 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.56 |
| HSL | 255º | 0.24% | 0.35% | - |
| HSV(B) | 255º | 0.39% | 0.44% | - |
| XYZ | 8.22 | 6.97 | 16.24 | - |
| YUV | 76.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 112 | 0.29 | 0.39 | 0 | 0.56 | 255 | 0.24 | 0.35 |
| Hex | 4F | 44 | 70 | 1D | 27 | 0 | 38 | FF | 18 | 23 |
| Octal | 117 | 104 | 160 | 35 | 47 | 0 | 70 | 377 | 30 | 43 |
| Binary | 1001111 | 1000100 | 1110000 | 11101 | 100111 | 0 | 111000 | 11111111 | 11000 | 100011 |
Color Harmonies of #4F4470
Complementary color
Monochromatic Colors of #4F4470
Black with #4F4470
Text Example
Text Example
White with #4F4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4470; }
p { color: rgb(79,68,112); }
H1.HeaderClassName
{
color: #4F4470;
}
.AnyTagClassName
{
color: #4F4470;
}
</style>
background-color css
<style>
a { background-color: #4F4470; }
a { background-color: rgb(79,68,112); }
div.DivClassName
{
background-color: #4F4470;
}
.BgClassName
{
background-color: #4F4470;
}
</style>
border-color css
<style>
span { border-color: #4F4470; }
span { border-color: rgb(79,68,112); }
td.TdClassName
{
border-color: #4F4470;
}
.TagClassName
{
border-color: #4F4470;
}
</style>