Shades of Kelp #4E503F
Tints of Kelp #4E503F
RGB
CMYK
RGB Variations
Color information
#4E503F (or 0x4E503F) is known color: Kelp. HEX triplet: 4E, 50 and 3F. RGB value is (78,80,63). Sum of RGB (Red+Green+Blue) = 78+80+63=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #4E503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E503F is #B1AFC0. Grayscale: #4D4D4D. Windows color (decimal): -11644865 or 4149326. OLE color: 4149326.
HSL color Cylindrical-coordinate representation of color #4E503F: hue angle of 67.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E503F is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 63 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.69 |
| HSL | 67.06º | 0.12% | 0.28% | - |
| HSV(B) | 67.06º | 0.21% | 0.31% | - |
| XYZ | 6.91 | 7.72 | 5.83 | - |
| YUV | 77.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 63 | 0.02 | 0 | 0.21 | 0.69 | 67.06 | 0.12 | 0.28 |
| Hex | 4E | 50 | 3F | 2 | 0 | 15 | 45 | 43 | C | 1C |
| Octal | 116 | 120 | 77 | 2 | 0 | 25 | 105 | 103 | 14 | 34 |
| Binary | 1001110 | 1010000 | 111111 | 10 | 0 | 10101 | 1000101 | 1000011 | 1100 | 11100 |
Color Harmonies of #4E503F
Complementary color
Monochromatic Colors of #4E503F
Black with #4E503F
Text Example
Text Example
White with #4E503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E503F; }
p { color: rgb(78,80,63); }
H1.HeaderClassName
{
color: #4E503F;
}
.AnyTagClassName
{
color: #4E503F;
}
</style>
background-color css
<style>
a { background-color: #4E503F; }
a { background-color: rgb(78,80,63); }
div.DivClassName
{
background-color: #4E503F;
}
.BgClassName
{
background-color: #4E503F;
}
</style>
border-color css
<style>
span { border-color: #4E503F; }
span { border-color: rgb(78,80,63); }
td.TdClassName
{
border-color: #4E503F;
}
.TagClassName
{
border-color: #4E503F;
}
</style>