Shades of Nandor #4B674C
Tints of Nandor #4B674C
RGB
CMYK
RGB Variations
Color information
#4B674C (or 0x4B674C) is known color: Nandor. HEX triplet: 4B, 67 and 4C. RGB value is (75,103,76). Sum of RGB (Red+Green+Blue) = 75+103+76=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #4B674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B674C is #B498B3. Grayscale: #5B5B5B. Windows color (decimal): -11835572 or 5007179. OLE color: 5007179.
HSL color Cylindrical-coordinate representation of color #4B674C: hue angle of 122.14º 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 #4B674C is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 76 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.60 |
| HSL | 122.14º | 0.16% | 0.35% | - |
| HSV(B) | 122.14º | 0.27% | 0.4% | - |
| XYZ | 9.06 | 11.72 | 8.62 | - |
| YUV | 91.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 76 | 0.27 | 0 | 0.26 | 0.60 | 122.14 | 0.16 | 0.35 |
| Hex | 4B | 67 | 4C | 1B | 0 | 1A | 3C | 7A | 10 | 23 |
| Octal | 113 | 147 | 114 | 33 | 0 | 32 | 74 | 172 | 20 | 43 |
| Binary | 1001011 | 1100111 | 1001100 | 11011 | 0 | 11010 | 111100 | 1111010 | 10000 | 100011 |
Color Harmonies of #4B674C
Complementary color
Monochromatic Colors of #4B674C
Black with #4B674C
Text Example
Text Example
White with #4B674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B674C; }
p { color: rgb(75,103,76); }
H1.HeaderClassName
{
color: #4B674C;
}
.AnyTagClassName
{
color: #4B674C;
}
</style>
background-color css
<style>
a { background-color: #4B674C; }
a { background-color: rgb(75,103,76); }
div.DivClassName
{
background-color: #4B674C;
}
.BgClassName
{
background-color: #4B674C;
}
</style>
border-color css
<style>
span { border-color: #4B674C; }
span { border-color: rgb(75,103,76); }
td.TdClassName
{
border-color: #4B674C;
}
.TagClassName
{
border-color: #4B674C;
}
</style>