Shades of Kelp #4B4D3F
Tints of Kelp #4B4D3F
RGB
CMYK
RGB Variations
Color information
#4B4D3F (or 0x4B4D3F) is known color: Kelp. HEX triplet: 4B, 4D and 3F. RGB value is (75,77,63). Sum of RGB (Red+Green+Blue) = 75+77+63=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D3F is #B4B2C0. Grayscale: #4A4A4A. Windows color (decimal): -11842241 or 4148555. OLE color: 4148555.
HSL color Cylindrical-coordinate representation of color #4B4D3F: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B4D3F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 77 | 63 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.70 |
| HSL | 68.57º | 0.1% | 0.27% | - |
| HSV(B) | 68.57º | 0.18% | 0.3% | - |
| XYZ | 6.45 | 7.16 | 5.75 | - |
| YUV | 74.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 63 | 0.03 | 0 | 0.18 | 0.70 | 68.57 | 0.1 | 0.27 |
| Hex | 4B | 4D | 3F | 3 | 0 | 12 | 46 | 45 | A | 1B |
| Octal | 113 | 115 | 77 | 3 | 0 | 22 | 106 | 105 | 12 | 33 |
| Binary | 1001011 | 1001101 | 111111 | 11 | 0 | 10010 | 1000110 | 1000101 | 1010 | 11011 |
Color Harmonies of #4B4D3F
Complementary color
Monochromatic Colors of #4B4D3F
Black with #4B4D3F
Text Example
Text Example
White with #4B4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4D3F; }
p { color: rgb(75,77,63); }
H1.HeaderClassName
{
color: #4B4D3F;
}
.AnyTagClassName
{
color: #4B4D3F;
}
</style>
background-color css
<style>
a { background-color: #4B4D3F; }
a { background-color: rgb(75,77,63); }
div.DivClassName
{
background-color: #4B4D3F;
}
.BgClassName
{
background-color: #4B4D3F;
}
</style>
border-color css
<style>
span { border-color: #4B4D3F; }
span { border-color: rgb(75,77,63); }
td.TdClassName
{
border-color: #4B4D3F;
}
.TagClassName
{
border-color: #4B4D3F;
}
</style>