Shades of Nandor #4B674D
Tints of Nandor #4B674D
RGB
CMYK
RGB Variations
Color information
#4B674D (or 0x4B674D) is known color: Nandor. HEX triplet: 4B, 67 and 4D. RGB value is (75,103,77). Sum of RGB (Red+Green+Blue) = 75+103+77=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #4B674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B674D is #B498B2. Grayscale: #5B5B5B. Windows color (decimal): -11835571 or 5072715. OLE color: 5072715.
HSL color Cylindrical-coordinate representation of color #4B674D: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B674D is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 77 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.60 |
| HSL | 124.29º | 0.16% | 0.35% | - |
| HSV(B) | 124.29º | 0.27% | 0.4% | - |
| XYZ | 9.09 | 11.73 | 8.81 | - |
| YUV | 91.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 77 | 0.27 | 0 | 0.25 | 0.60 | 124.29 | 0.16 | 0.35 |
| Hex | 4B | 67 | 4D | 1B | 0 | 19 | 3C | 7C | 10 | 23 |
| Octal | 113 | 147 | 115 | 33 | 0 | 31 | 74 | 174 | 20 | 43 |
| Binary | 1001011 | 1100111 | 1001101 | 11011 | 0 | 11001 | 111100 | 1111100 | 10000 | 100011 |
Color Harmonies of #4B674D
Complementary color
Monochromatic Colors of #4B674D
Black with #4B674D
Text Example
Text Example
White with #4B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B674D; }
p { color: rgb(75,103,77); }
H1.HeaderClassName
{
color: #4B674D;
}
.AnyTagClassName
{
color: #4B674D;
}
</style>
background-color css
<style>
a { background-color: #4B674D; }
a { background-color: rgb(75,103,77); }
div.DivClassName
{
background-color: #4B674D;
}
.BgClassName
{
background-color: #4B674D;
}
</style>
border-color css
<style>
span { border-color: #4B674D; }
span { border-color: rgb(75,103,77); }
td.TdClassName
{
border-color: #4B674D;
}
.TagClassName
{
border-color: #4B674D;
}
</style>