Shades of Nandor #4C5F4B
Tints of Nandor #4C5F4B
RGB
CMYK
RGB Variations
Color information
#4C5F4B (or 0x4C5F4B) is known color: Nandor. HEX triplet: 4C, 5F and 4B. RGB value is (76,95,75). Sum of RGB (Red+Green+Blue) = 76+95+75=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5F4B is #B3A0B4. Grayscale: #575757. Windows color (decimal): -11772085 or 4939596. OLE color: 4939596.
HSL color Cylindrical-coordinate representation of color #4C5F4B: hue angle of 117º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5F4B is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 95 | 75 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.63 |
| HSL | 117º | 0.12% | 0.33% | - |
| HSV(B) | 117º | 0.21% | 0.37% | - |
| XYZ | 8.34 | 10.23 | 8.19 | - |
| YUV | 87.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 75 | 0.20 | 0 | 0.21 | 0.63 | 117 | 0.12 | 0.33 |
| Hex | 4C | 5F | 4B | 14 | 0 | 15 | 3F | 75 | C | 21 |
| Octal | 114 | 137 | 113 | 24 | 0 | 25 | 77 | 165 | 14 | 41 |
| Binary | 1001100 | 1011111 | 1001011 | 10100 | 0 | 10101 | 111111 | 1110101 | 1100 | 100001 |
Color Harmonies of #4C5F4B
Complementary color
Monochromatic Colors of #4C5F4B
Black with #4C5F4B
Text Example
Text Example
White with #4C5F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F4B; }
p { color: rgb(76,95,75); }
H1.HeaderClassName
{
color: #4C5F4B;
}
.AnyTagClassName
{
color: #4C5F4B;
}
</style>
background-color css
<style>
a { background-color: #4C5F4B; }
a { background-color: rgb(76,95,75); }
div.DivClassName
{
background-color: #4C5F4B;
}
.BgClassName
{
background-color: #4C5F4B;
}
</style>
border-color css
<style>
span { border-color: #4C5F4B; }
span { border-color: rgb(76,95,75); }
td.TdClassName
{
border-color: #4C5F4B;
}
.TagClassName
{
border-color: #4C5F4B;
}
</style>