Shades of Meteorite #4F426C
Tints of Meteorite #4F426C
RGB
CMYK
RGB Variations
Color information
#4F426C (or 0x4F426C) is known color: Meteorite. HEX triplet: 4F, 42 and 6C. RGB value is (79,66,108). Sum of RGB (Red+Green+Blue) = 79+66+108=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F426C is #B0BD93. Grayscale: #4A4A4A. Windows color (decimal): -11582868 or 7094863. OLE color: 7094863.
HSL color Cylindrical-coordinate representation of color #4F426C: hue angle of 258.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F426C is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 66 | 108 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.58 |
| HSL | 258.57º | 0.24% | 0.34% | - |
| HSV(B) | 258.57º | 0.39% | 0.42% | - |
| XYZ | 7.88 | 6.64 | 15.05 | - |
| YUV | 74.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 108 | 0.27 | 0.39 | 0 | 0.58 | 258.57 | 0.24 | 0.34 |
| Hex | 4F | 42 | 6C | 1B | 27 | 0 | 3A | 103 | 18 | 22 |
| Octal | 117 | 102 | 154 | 33 | 47 | 0 | 72 | 403 | 30 | 42 |
| Binary | 1001111 | 1000010 | 1101100 | 11011 | 100111 | 0 | 111010 | 100000011 | 11000 | 100010 |
Color Harmonies of #4F426C
Complementary color
Monochromatic Colors of #4F426C
Black with #4F426C
Text Example
Text Example
White with #4F426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F426C; }
p { color: rgb(79,66,108); }
H1.HeaderClassName
{
color: #4F426C;
}
.AnyTagClassName
{
color: #4F426C;
}
</style>
background-color css
<style>
a { background-color: #4F426C; }
a { background-color: rgb(79,66,108); }
div.DivClassName
{
background-color: #4F426C;
}
.BgClassName
{
background-color: #4F426C;
}
</style>
border-color css
<style>
span { border-color: #4F426C; }
span { border-color: rgb(79,66,108); }
td.TdClassName
{
border-color: #4F426C;
}
.TagClassName
{
border-color: #4F426C;
}
</style>