Shades of Nandor #4B624D
Tints of Nandor #4B624D
RGB
CMYK
RGB Variations
Color information
#4B624D (or 0x4B624D) is known color: Nandor. HEX triplet: 4B, 62 and 4D. RGB value is (75,98,77). Sum of RGB (Red+Green+Blue) = 75+98+77=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #4B624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B624D is #B49DB2. Grayscale: #585858. Windows color (decimal): -11836851 or 5071435. OLE color: 5071435.
HSL color Cylindrical-coordinate representation of color #4B624D: hue angle of 125.22º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B624D is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 77 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.62 |
| HSL | 125.22º | 0.13% | 0.34% | - |
| HSV(B) | 125.22º | 0.23% | 0.38% | - |
| XYZ | 8.61 | 10.77 | 8.65 | - |
| YUV | 88.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 77 | 0.23 | 0 | 0.21 | 0.62 | 125.22 | 0.13 | 0.34 |
| Hex | 4B | 62 | 4D | 17 | 0 | 15 | 3E | 7D | D | 22 |
| Octal | 113 | 142 | 115 | 27 | 0 | 25 | 76 | 175 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1001101 | 10111 | 0 | 10101 | 111110 | 1111101 | 1101 | 100010 |
Color Harmonies of #4B624D
Complementary color
Monochromatic Colors of #4B624D
Black with #4B624D
Text Example
Text Example
White with #4B624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B624D; }
p { color: rgb(75,98,77); }
H1.HeaderClassName
{
color: #4B624D;
}
.AnyTagClassName
{
color: #4B624D;
}
</style>
background-color css
<style>
a { background-color: #4B624D; }
a { background-color: rgb(75,98,77); }
div.DivClassName
{
background-color: #4B624D;
}
.BgClassName
{
background-color: #4B624D;
}
</style>
border-color css
<style>
span { border-color: #4B624D; }
span { border-color: rgb(75,98,77); }
td.TdClassName
{
border-color: #4B624D;
}
.TagClassName
{
border-color: #4B624D;
}
</style>