Shades of Nandor #4B674E
Tints of Nandor #4B674E
RGB
CMYK
RGB Variations
Color information
#4B674E (or 0x4B674E) is known color: Nandor. HEX triplet: 4B, 67 and 4E. RGB value is (75,103,78). Sum of RGB (Red+Green+Blue) = 75+103+78=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #4B674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B674E is #B498B1. Grayscale: #5B5B5B. Windows color (decimal): -11835570 or 5138251. OLE color: 5138251.
HSL color Cylindrical-coordinate representation of color #4B674E: hue angle of 126.43º 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 #4B674E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 78 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.60 |
| HSL | 126.43º | 0.16% | 0.35% | - |
| HSV(B) | 126.43º | 0.27% | 0.4% | - |
| XYZ | 9.13 | 11.75 | 8.99 | - |
| YUV | 91.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 78 | 0.27 | 0 | 0.24 | 0.60 | 126.43 | 0.16 | 0.35 |
| Hex | 4B | 67 | 4E | 1B | 0 | 18 | 3C | 7E | 10 | 23 |
| Octal | 113 | 147 | 116 | 33 | 0 | 30 | 74 | 176 | 20 | 43 |
| Binary | 1001011 | 1100111 | 1001110 | 11011 | 0 | 11000 | 111100 | 1111110 | 10000 | 100011 |
Color Harmonies of #4B674E
Complementary color
Monochromatic Colors of #4B674E
Black with #4B674E
Text Example
Text Example
White with #4B674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B674E; }
p { color: rgb(75,103,78); }
H1.HeaderClassName
{
color: #4B674E;
}
.AnyTagClassName
{
color: #4B674E;
}
</style>
background-color css
<style>
a { background-color: #4B674E; }
a { background-color: rgb(75,103,78); }
div.DivClassName
{
background-color: #4B674E;
}
.BgClassName
{
background-color: #4B674E;
}
</style>
border-color css
<style>
span { border-color: #4B674E; }
span { border-color: rgb(75,103,78); }
td.TdClassName
{
border-color: #4B674E;
}
.TagClassName
{
border-color: #4B674E;
}
</style>