Shades of Nandor #4B684C
Tints of Nandor #4B684C
RGB
CMYK
RGB Variations
Color information
#4B684C (or 0x4B684C) is known color: Nandor. HEX triplet: 4B, 68 and 4C. RGB value is (75,104,76). Sum of RGB (Red+Green+Blue) = 75+104+76=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #4B684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B684C is #B497B3. Grayscale: #5C5C5C. Windows color (decimal): -11835316 or 5007435. OLE color: 5007435.
HSL color Cylindrical-coordinate representation of color #4B684C: hue angle of 122.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B684C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 76 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.59 |
| HSL | 122.07º | 0.16% | 0.35% | - |
| HSV(B) | 122.07º | 0.28% | 0.41% | - |
| XYZ | 9.16 | 11.92 | 8.66 | - |
| YUV | 92.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 76 | 0.28 | 0 | 0.27 | 0.59 | 122.07 | 0.16 | 0.35 |
| Hex | 4B | 68 | 4C | 1C | 0 | 1B | 3B | 7A | 10 | 23 |
| Octal | 113 | 150 | 114 | 34 | 0 | 33 | 73 | 172 | 20 | 43 |
| Binary | 1001011 | 1101000 | 1001100 | 11100 | 0 | 11011 | 111011 | 1111010 | 10000 | 100011 |
Color Harmonies of #4B684C
Complementary color
Monochromatic Colors of #4B684C
Black with #4B684C
Text Example
Text Example
White with #4B684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B684C; }
p { color: rgb(75,104,76); }
H1.HeaderClassName
{
color: #4B684C;
}
.AnyTagClassName
{
color: #4B684C;
}
</style>
background-color css
<style>
a { background-color: #4B684C; }
a { background-color: rgb(75,104,76); }
div.DivClassName
{
background-color: #4B684C;
}
.BgClassName
{
background-color: #4B684C;
}
</style>
border-color css
<style>
span { border-color: #4B684C; }
span { border-color: rgb(75,104,76); }
td.TdClassName
{
border-color: #4B684C;
}
.TagClassName
{
border-color: #4B684C;
}
</style>