Shades of Nandor #4D534E
Tints of Nandor #4D534E
RGB
CMYK
RGB Variations
Color information
#4D534E (or 0x4D534E) is known color: Nandor. HEX triplet: 4D, 53 and 4E. RGB value is (77,83,78). Sum of RGB (Red+Green+Blue) = 77+83+78=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #4D534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D534E is #B2ACB1. Grayscale: #505050. Windows color (decimal): -11709618 or 5133133. OLE color: 5133133.
HSL color Cylindrical-coordinate representation of color #4D534E: hue angle of 130º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D534E is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 78 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.67 |
| HSL | 130º | 0.04% | 0.31% | - |
| HSV(B) | 130º | 0.07% | 0.33% | - |
| XYZ | 7.53 | 8.31 | 8.42 | - |
| YUV | 80.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 78 | 0.07 | 0 | 0.06 | 0.67 | 130 | 0.04 | 0.31 |
| Hex | 4D | 53 | 4E | 7 | 0 | 6 | 43 | 82 | 4 | 1F |
| Octal | 115 | 123 | 116 | 7 | 0 | 6 | 103 | 202 | 4 | 37 |
| Binary | 1001101 | 1010011 | 1001110 | 111 | 0 | 110 | 1000011 | 10000010 | 100 | 11111 |
Color Harmonies of #4D534E
Complementary color
Monochromatic Colors of #4D534E
Black with #4D534E
Text Example
Text Example
White with #4D534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D534E; }
p { color: rgb(77,83,78); }
H1.HeaderClassName
{
color: #4D534E;
}
.AnyTagClassName
{
color: #4D534E;
}
</style>
background-color css
<style>
a { background-color: #4D534E; }
a { background-color: rgb(77,83,78); }
div.DivClassName
{
background-color: #4D534E;
}
.BgClassName
{
background-color: #4D534E;
}
</style>
border-color css
<style>
span { border-color: #4D534E; }
span { border-color: rgb(77,83,78); }
td.TdClassName
{
border-color: #4D534E;
}
.TagClassName
{
border-color: #4D534E;
}
</style>