Shades of Meteorite #4F4062
Tints of Meteorite #4F4062
RGB
CMYK
RGB Variations
Color information
#4F4062 (or 0x4F4062) is known color: Meteorite. HEX triplet: 4F, 40 and 62. RGB value is (79,64,98). Sum of RGB (Red+Green+Blue) = 79+64+98=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F4062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4062 is #B0BF9D. Grayscale: #484848. Windows color (decimal): -11583390 or 6438991. OLE color: 6438991.
HSL color Cylindrical-coordinate representation of color #4F4062: hue angle of 266.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F4062 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 64 | 98 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.62 |
| HSL | 266.47º | 0.21% | 0.32% | - |
| HSV(B) | 266.47º | 0.35% | 0.38% | - |
| XYZ | 7.26 | 6.21 | 12.37 | - |
| YUV | 72.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 98 | 0.19 | 0.35 | 0 | 0.62 | 266.47 | 0.21 | 0.32 |
| Hex | 4F | 40 | 62 | 13 | 23 | 0 | 3E | 10A | 15 | 20 |
| Octal | 117 | 100 | 142 | 23 | 43 | 0 | 76 | 412 | 25 | 40 |
| Binary | 1001111 | 1000000 | 1100010 | 10011 | 100011 | 0 | 111110 | 100001010 | 10101 | 100000 |
Color Harmonies of #4F4062
Complementary color
Monochromatic Colors of #4F4062
Black with #4F4062
Text Example
Text Example
White with #4F4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4062; }
p { color: rgb(79,64,98); }
H1.HeaderClassName
{
color: #4F4062;
}
.AnyTagClassName
{
color: #4F4062;
}
</style>
background-color css
<style>
a { background-color: #4F4062; }
a { background-color: rgb(79,64,98); }
div.DivClassName
{
background-color: #4F4062;
}
.BgClassName
{
background-color: #4F4062;
}
</style>
border-color css
<style>
span { border-color: #4F4062; }
span { border-color: rgb(79,64,98); }
td.TdClassName
{
border-color: #4F4062;
}
.TagClassName
{
border-color: #4F4062;
}
</style>