Shades of Meteorite #4F4867
Tints of Meteorite #4F4867
RGB
CMYK
RGB Variations
Color information
#4F4867 (or 0x4F4867) is known color: Meteorite. HEX triplet: 4F, 48 and 67. RGB value is (79,72,103). Sum of RGB (Red+Green+Blue) = 79+72+103=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4867 is #B0B798. Grayscale: #4D4D4D. Windows color (decimal): -11581337 or 6768719. OLE color: 6768719.
HSL color Cylindrical-coordinate representation of color #4F4867: hue angle of 253.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4867 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 72 | 103 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.60 |
| HSL | 253.55º | 0.18% | 0.34% | - |
| HSV(B) | 253.55º | 0.3% | 0.4% | - |
| XYZ | 7.99 | 7.28 | 13.82 | - |
| YUV | 77.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 103 | 0.23 | 0.30 | 0 | 0.60 | 253.55 | 0.18 | 0.34 |
| Hex | 4F | 48 | 67 | 17 | 1E | 0 | 3C | FE | 12 | 22 |
| Octal | 117 | 110 | 147 | 27 | 36 | 0 | 74 | 376 | 22 | 42 |
| Binary | 1001111 | 1001000 | 1100111 | 10111 | 11110 | 0 | 111100 | 11111110 | 10010 | 100010 |
Color Harmonies of #4F4867
Complementary color
Monochromatic Colors of #4F4867
Black with #4F4867
Text Example
Text Example
White with #4F4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4867; }
p { color: rgb(79,72,103); }
H1.HeaderClassName
{
color: #4F4867;
}
.AnyTagClassName
{
color: #4F4867;
}
</style>
background-color css
<style>
a { background-color: #4F4867; }
a { background-color: rgb(79,72,103); }
div.DivClassName
{
background-color: #4F4867;
}
.BgClassName
{
background-color: #4F4867;
}
</style>
border-color css
<style>
span { border-color: #4F4867; }
span { border-color: rgb(79,72,103); }
td.TdClassName
{
border-color: #4F4867;
}
.TagClassName
{
border-color: #4F4867;
}
</style>