Shades of Nandor #4C5A4E
Tints of Nandor #4C5A4E
RGB
CMYK
RGB Variations
Color information
#4C5A4E (or 0x4C5A4E) is known color: Nandor. HEX triplet: 4C, 5A and 4E. RGB value is (76,90,78). Sum of RGB (Red+Green+Blue) = 76+90+78=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A4E is #B3A5B1. Grayscale: #545454. Windows color (decimal): -11773362 or 5134924. OLE color: 5134924.
HSL color Cylindrical-coordinate representation of color #4C5A4E: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C5A4E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 78 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.65 |
| HSL | 128.57º | 0.08% | 0.33% | - |
| HSV(B) | 128.57º | 0.16% | 0.35% | - |
| XYZ | 8.01 | 9.4 | 8.6 | - |
| YUV | 84.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 78 | 0.16 | 0 | 0.13 | 0.65 | 128.57 | 0.08 | 0.33 |
| Hex | 4C | 5A | 4E | 10 | 0 | D | 41 | 81 | 8 | 21 |
| Octal | 114 | 132 | 116 | 20 | 0 | 15 | 101 | 201 | 10 | 41 |
| Binary | 1001100 | 1011010 | 1001110 | 10000 | 0 | 1101 | 1000001 | 10000001 | 1000 | 100001 |
Color Harmonies of #4C5A4E
Complementary color
Monochromatic Colors of #4C5A4E
Black with #4C5A4E
Text Example
Text Example
White with #4C5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A4E; }
p { color: rgb(76,90,78); }
H1.HeaderClassName
{
color: #4C5A4E;
}
.AnyTagClassName
{
color: #4C5A4E;
}
</style>
background-color css
<style>
a { background-color: #4C5A4E; }
a { background-color: rgb(76,90,78); }
div.DivClassName
{
background-color: #4C5A4E;
}
.BgClassName
{
background-color: #4C5A4E;
}
</style>
border-color css
<style>
span { border-color: #4C5A4E; }
span { border-color: rgb(76,90,78); }
td.TdClassName
{
border-color: #4C5A4E;
}
.TagClassName
{
border-color: #4C5A4E;
}
</style>