Shades of Meteorite #4F436C
Tints of Meteorite #4F436C
RGB
CMYK
RGB Variations
Color information
#4F436C (or 0x4F436C) is known color: Meteorite. HEX triplet: 4F, 43 and 6C. RGB value is (79,67,108). Sum of RGB (Red+Green+Blue) = 79+67+108=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436C is #B0BC93. Grayscale: #4B4B4B. Windows color (decimal): -11582612 or 7095119. OLE color: 7095119.
HSL color Cylindrical-coordinate representation of color #4F436C: hue angle of 257.56º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F436C is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 67 | 108 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.58 |
| HSL | 257.56º | 0.23% | 0.34% | - |
| HSV(B) | 257.56º | 0.38% | 0.42% | - |
| XYZ | 7.94 | 6.76 | 15.07 | - |
| YUV | 75.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 108 | 0.27 | 0.38 | 0 | 0.58 | 257.56 | 0.23 | 0.34 |
| Hex | 4F | 43 | 6C | 1B | 26 | 0 | 3A | 102 | 17 | 22 |
| Octal | 117 | 103 | 154 | 33 | 46 | 0 | 72 | 402 | 27 | 42 |
| Binary | 1001111 | 1000011 | 1101100 | 11011 | 100110 | 0 | 111010 | 100000010 | 10111 | 100010 |
Color Harmonies of #4F436C
Complementary color
Monochromatic Colors of #4F436C
Black with #4F436C
Text Example
Text Example
White with #4F436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F436C; }
p { color: rgb(79,67,108); }
H1.HeaderClassName
{
color: #4F436C;
}
.AnyTagClassName
{
color: #4F436C;
}
</style>
background-color css
<style>
a { background-color: #4F436C; }
a { background-color: rgb(79,67,108); }
div.DivClassName
{
background-color: #4F436C;
}
.BgClassName
{
background-color: #4F436C;
}
</style>
border-color css
<style>
span { border-color: #4F436C; }
span { border-color: rgb(79,67,108); }
td.TdClassName
{
border-color: #4F436C;
}
.TagClassName
{
border-color: #4F436C;
}
</style>