Shades of Meteorite #4F446B
Tints of Meteorite #4F446B
RGB
CMYK
RGB Variations
Color information
#4F446B (or 0x4F446B) is known color: Meteorite. HEX triplet: 4F, 44 and 6B. RGB value is (79,68,107). Sum of RGB (Red+Green+Blue) = 79+68+107=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F446B is #B0BB94. Grayscale: #4B4B4B. Windows color (decimal): -11582357 or 7029839. OLE color: 7029839.
HSL color Cylindrical-coordinate representation of color #4F446B: hue angle of 256.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F446B is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 68 | 107 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.58 |
| HSL | 256.92º | 0.22% | 0.34% | - |
| HSV(B) | 256.92º | 0.36% | 0.42% | - |
| XYZ | 7.95 | 6.86 | 14.81 | - |
| YUV | 75.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 107 | 0.26 | 0.36 | 0 | 0.58 | 256.92 | 0.22 | 0.34 |
| Hex | 4F | 44 | 6B | 1A | 24 | 0 | 3A | 101 | 16 | 22 |
| Octal | 117 | 104 | 153 | 32 | 44 | 0 | 72 | 401 | 26 | 42 |
| Binary | 1001111 | 1000100 | 1101011 | 11010 | 100100 | 0 | 111010 | 100000001 | 10110 | 100010 |
Color Harmonies of #4F446B
Complementary color
Monochromatic Colors of #4F446B
Black with #4F446B
Text Example
Text Example
White with #4F446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F446B; }
p { color: rgb(79,68,107); }
H1.HeaderClassName
{
color: #4F446B;
}
.AnyTagClassName
{
color: #4F446B;
}
</style>
background-color css
<style>
a { background-color: #4F446B; }
a { background-color: rgb(79,68,107); }
div.DivClassName
{
background-color: #4F446B;
}
.BgClassName
{
background-color: #4F446B;
}
</style>
border-color css
<style>
span { border-color: #4F446B; }
span { border-color: rgb(79,68,107); }
td.TdClassName
{
border-color: #4F446B;
}
.TagClassName
{
border-color: #4F446B;
}
</style>