Shades of Como #4B8C66
Tints of Como #4B8C66
RGB
CMYK
RGB Variations
Color information
#4B8C66 (or 0x4B8C66) is known color: Como. HEX triplet: 4B, 8C and 66. RGB value is (75,140,102). Sum of RGB (Red+Green+Blue) = 75+140+102=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C66 is #B47399. Grayscale: #747474. Windows color (decimal): -11826074 or 6720587. OLE color: 6720587.
HSL color Cylindrical-coordinate representation of color #4B8C66: hue angle of 144.92º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8C66 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 140 | 102 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.45 |
| HSL | 144.92º | 0.3% | 0.42% | - |
| HSV(B) | 144.92º | 0.46% | 0.55% | - |
| XYZ | 14.68 | 21.21 | 15.89 | - |
| YUV | 116.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 102 | 0.46 | 0 | 0.27 | 0.45 | 144.92 | 0.3 | 0.42 |
| Hex | 4B | 8C | 66 | 2E | 0 | 1B | 2D | 91 | 1E | 2A |
| Octal | 113 | 214 | 146 | 56 | 0 | 33 | 55 | 221 | 36 | 52 |
| Binary | 1001011 | 10001100 | 1100110 | 101110 | 0 | 11011 | 101101 | 10010001 | 11110 | 101010 |
Color Harmonies of #4B8C66
Complementary color
Monochromatic Colors of #4B8C66
Black with #4B8C66
Text Example
Text Example
White with #4B8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8C66; }
p { color: rgb(75,140,102); }
H1.HeaderClassName
{
color: #4B8C66;
}
.AnyTagClassName
{
color: #4B8C66;
}
</style>
background-color css
<style>
a { background-color: #4B8C66; }
a { background-color: rgb(75,140,102); }
div.DivClassName
{
background-color: #4B8C66;
}
.BgClassName
{
background-color: #4B8C66;
}
</style>
border-color css
<style>
span { border-color: #4B8C66; }
span { border-color: rgb(75,140,102); }
td.TdClassName
{
border-color: #4B8C66;
}
.TagClassName
{
border-color: #4B8C66;
}
</style>