Shades of Nandor #4D5A4F
Tints of Nandor #4D5A4F
RGB
CMYK
RGB Variations
Color information
#4D5A4F (or 0x4D5A4F) is known color: Nandor. HEX triplet: 4D, 5A and 4F. RGB value is (77,90,79). Sum of RGB (Red+Green+Blue) = 77+90+79=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A4F is #B2A5B0. Grayscale: #545454. Windows color (decimal): -11707825 or 5200461. OLE color: 5200461.
HSL color Cylindrical-coordinate representation of color #4D5A4F: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D5A4F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 79 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.65 |
| HSL | 129.23º | 0.08% | 0.33% | - |
| HSV(B) | 129.23º | 0.14% | 0.35% | - |
| XYZ | 8.13 | 9.45 | 8.79 | - |
| YUV | 84.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 79 | 0.14 | 0 | 0.12 | 0.65 | 129.23 | 0.08 | 0.33 |
| Hex | 4D | 5A | 4F | E | 0 | C | 41 | 81 | 8 | 21 |
| Octal | 115 | 132 | 117 | 16 | 0 | 14 | 101 | 201 | 10 | 41 |
| Binary | 1001101 | 1011010 | 1001111 | 1110 | 0 | 1100 | 1000001 | 10000001 | 1000 | 100001 |
Color Harmonies of #4D5A4F
Complementary color
Monochromatic Colors of #4D5A4F
Black with #4D5A4F
Text Example
Text Example
White with #4D5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A4F; }
p { color: rgb(77,90,79); }
H1.HeaderClassName
{
color: #4D5A4F;
}
.AnyTagClassName
{
color: #4D5A4F;
}
</style>
background-color css
<style>
a { background-color: #4D5A4F; }
a { background-color: rgb(77,90,79); }
div.DivClassName
{
background-color: #4D5A4F;
}
.BgClassName
{
background-color: #4D5A4F;
}
</style>
border-color css
<style>
span { border-color: #4D5A4F; }
span { border-color: rgb(77,90,79); }
td.TdClassName
{
border-color: #4D5A4F;
}
.TagClassName
{
border-color: #4D5A4F;
}
</style>