Shades of Meteorite #4F3E66
Tints of Meteorite #4F3E66
RGB
CMYK
RGB Variations
Color information
#4F3E66 (or 0x4F3E66) is known color: Meteorite. HEX triplet: 4F, 3E and 66. RGB value is (79,62,102). Sum of RGB (Red+Green+Blue) = 79+62+102=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E66 is #B0C199. Grayscale: #474747. Windows color (decimal): -11583898 or 6700623. OLE color: 6700623.
HSL color Cylindrical-coordinate representation of color #4F3E66: hue angle of 265.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F3E66 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 62 | 102 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.6 |
| HSL | 265.5º | 0.24% | 0.32% | - |
| HSV(B) | 265.5º | 0.39% | 0.4% | - |
| XYZ | 7.35 | 6.07 | 13.35 | - |
| YUV | 71.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 102 | 0.23 | 0.39 | 0 | 0.6 | 265.5 | 0.24 | 0.32 |
| Hex | 4F | 3E | 66 | 17 | 27 | 0 | 3C | 10A | 18 | 20 |
| Octal | 117 | 76 | 146 | 27 | 47 | 0 | 74 | 412 | 30 | 40 |
| Binary | 1001111 | 111110 | 1100110 | 10111 | 100111 | 0 | 111100 | 100001010 | 11000 | 100000 |
Color Harmonies of #4F3E66
Complementary color
Monochromatic Colors of #4F3E66
Black with #4F3E66
Text Example
Text Example
White with #4F3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E66; }
p { color: rgb(79,62,102); }
H1.HeaderClassName
{
color: #4F3E66;
}
.AnyTagClassName
{
color: #4F3E66;
}
</style>
background-color css
<style>
a { background-color: #4F3E66; }
a { background-color: rgb(79,62,102); }
div.DivClassName
{
background-color: #4F3E66;
}
.BgClassName
{
background-color: #4F3E66;
}
</style>
border-color css
<style>
span { border-color: #4F3E66; }
span { border-color: rgb(79,62,102); }
td.TdClassName
{
border-color: #4F3E66;
}
.TagClassName
{
border-color: #4F3E66;
}
</style>