Shades of Kelp #464B36
Tints of Kelp #464B36
RGB
CMYK
RGB Variations
Color information
#464B36 (or 0x464B36) is known color: Kelp. HEX triplet: 46, 4B and 36. RGB value is (70,75,54). Sum of RGB (Red+Green+Blue) = 70+75+54=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #464B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B36 is #B9B4C9. Grayscale: #474747. Windows color (decimal): -12170442 or 3558214. OLE color: 3558214.
HSL color Cylindrical-coordinate representation of color #464B36: hue angle of 74.29º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464B36 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 54 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.71 |
| HSL | 74.29º | 0.16% | 0.25% | - |
| HSV(B) | 74.29º | 0.28% | 0.29% | - |
| XYZ | 5.71 | 6.6 | 4.46 | - |
| YUV | 71.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 54 | 0.07 | 0 | 0.28 | 0.71 | 74.29 | 0.16 | 0.25 |
| Hex | 46 | 4B | 36 | 7 | 0 | 1C | 47 | 4A | 10 | 19 |
| Octal | 106 | 113 | 66 | 7 | 0 | 34 | 107 | 112 | 20 | 31 |
| Binary | 1000110 | 1001011 | 110110 | 111 | 0 | 11100 | 1000111 | 1001010 | 10000 | 11001 |
Color Harmonies of #464B36
Complementary color
Monochromatic Colors of #464B36
Black with #464B36
Text Example
Text Example
White with #464B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B36; }
p { color: rgb(70,75,54); }
H1.HeaderClassName
{
color: #464B36;
}
.AnyTagClassName
{
color: #464B36;
}
</style>
background-color css
<style>
a { background-color: #464B36; }
a { background-color: rgb(70,75,54); }
div.DivClassName
{
background-color: #464B36;
}
.BgClassName
{
background-color: #464B36;
}
</style>
border-color css
<style>
span { border-color: #464B36; }
span { border-color: rgb(70,75,54); }
td.TdClassName
{
border-color: #464B36;
}
.TagClassName
{
border-color: #464B36;
}
</style>