Shades of Nandor #4B654A
Tints of Nandor #4B654A
RGB
CMYK
RGB Variations
Color information
#4B654A (or 0x4B654A) is known color: Nandor. HEX triplet: 4B, 65 and 4A. RGB value is (75,101,74). Sum of RGB (Red+Green+Blue) = 75+101+74=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #4B654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B654A is #B49AB5. Grayscale: #5A5A5A. Windows color (decimal): -11836086 or 4875595. OLE color: 4875595.
HSL color Cylindrical-coordinate representation of color #4B654A: hue angle of 117.78º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B654A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 74 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.60 |
| HSL | 117.78º | 0.15% | 0.34% | - |
| HSV(B) | 117.78º | 0.27% | 0.4% | - |
| XYZ | 8.79 | 11.3 | 8.2 | - |
| YUV | 90.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 74 | 0.26 | 0 | 0.27 | 0.60 | 117.78 | 0.15 | 0.34 |
| Hex | 4B | 65 | 4A | 1A | 0 | 1B | 3C | 76 | F | 22 |
| Octal | 113 | 145 | 112 | 32 | 0 | 33 | 74 | 166 | 17 | 42 |
| Binary | 1001011 | 1100101 | 1001010 | 11010 | 0 | 11011 | 111100 | 1110110 | 1111 | 100010 |
Color Harmonies of #4B654A
Complementary color
Monochromatic Colors of #4B654A
Black with #4B654A
Text Example
Text Example
White with #4B654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B654A; }
p { color: rgb(75,101,74); }
H1.HeaderClassName
{
color: #4B654A;
}
.AnyTagClassName
{
color: #4B654A;
}
</style>
background-color css
<style>
a { background-color: #4B654A; }
a { background-color: rgb(75,101,74); }
div.DivClassName
{
background-color: #4B654A;
}
.BgClassName
{
background-color: #4B654A;
}
</style>
border-color css
<style>
span { border-color: #4B654A; }
span { border-color: rgb(75,101,74); }
td.TdClassName
{
border-color: #4B654A;
}
.TagClassName
{
border-color: #4B654A;
}
</style>