Shades of Kelp #4E4F41
Tints of Kelp #4E4F41
RGB
CMYK
RGB Variations
Color information
#4E4F41 (or 0x4E4F41) is known color: Kelp. HEX triplet: 4E, 4F and 41. RGB value is (78,79,65). Sum of RGB (Red+Green+Blue) = 78+79+65=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F41 is #B1B0BE. Grayscale: #4D4D4D. Windows color (decimal): -11645119 or 4280142. OLE color: 4280142.
HSL color Cylindrical-coordinate representation of color #4E4F41: hue angle of 64.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4F41 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 65 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.69 |
| HSL | 64.29º | 0.1% | 0.28% | - |
| HSV(B) | 64.29º | 0.18% | 0.31% | - |
| XYZ | 6.89 | 7.59 | 6.1 | - |
| YUV | 77.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 65 | 0.01 | 0 | 0.18 | 0.69 | 64.29 | 0.1 | 0.28 |
| Hex | 4E | 4F | 41 | 1 | 0 | 12 | 45 | 40 | A | 1C |
| Octal | 116 | 117 | 101 | 1 | 0 | 22 | 105 | 100 | 12 | 34 |
| Binary | 1001110 | 1001111 | 1000001 | 1 | 0 | 10010 | 1000101 | 1000000 | 1010 | 11100 |
Color Harmonies of #4E4F41
Complementary color
Monochromatic Colors of #4E4F41
Black with #4E4F41
Text Example
Text Example
White with #4E4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F41; }
p { color: rgb(78,79,65); }
H1.HeaderClassName
{
color: #4E4F41;
}
.AnyTagClassName
{
color: #4E4F41;
}
</style>
background-color css
<style>
a { background-color: #4E4F41; }
a { background-color: rgb(78,79,65); }
div.DivClassName
{
background-color: #4E4F41;
}
.BgClassName
{
background-color: #4E4F41;
}
</style>
border-color css
<style>
span { border-color: #4E4F41; }
span { border-color: rgb(78,79,65); }
td.TdClassName
{
border-color: #4E4F41;
}
.TagClassName
{
border-color: #4E4F41;
}
</style>