Shades of Nandor #4A684C
Tints of Nandor #4A684C
RGB
CMYK
RGB Variations
Color information
#4A684C (or 0x4A684C) is known color: Nandor. HEX triplet: 4A, 68 and 4C. RGB value is (74,104,76). Sum of RGB (Red+Green+Blue) = 74+104+76=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #4A684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A684C is #B597B3. Grayscale: #5B5B5B. Windows color (decimal): -11900852 or 5007434. OLE color: 5007434.
HSL color Cylindrical-coordinate representation of color #4A684C: hue angle of 124º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A684C is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 76 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.59 |
| HSL | 124º | 0.17% | 0.35% | - |
| HSV(B) | 124º | 0.29% | 0.41% | - |
| XYZ | 9.08 | 11.88 | 8.65 | - |
| YUV | 91.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 76 | 0.29 | 0 | 0.27 | 0.59 | 124 | 0.17 | 0.35 |
| Hex | 4A | 68 | 4C | 1D | 0 | 1B | 3B | 7C | 11 | 23 |
| Octal | 112 | 150 | 114 | 35 | 0 | 33 | 73 | 174 | 21 | 43 |
| Binary | 1001010 | 1101000 | 1001100 | 11101 | 0 | 11011 | 111011 | 1111100 | 10001 | 100011 |
Color Harmonies of #4A684C
Complementary color
Monochromatic Colors of #4A684C
Black with #4A684C
Text Example
Text Example
White with #4A684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A684C; }
p { color: rgb(74,104,76); }
H1.HeaderClassName
{
color: #4A684C;
}
.AnyTagClassName
{
color: #4A684C;
}
</style>
background-color css
<style>
a { background-color: #4A684C; }
a { background-color: rgb(74,104,76); }
div.DivClassName
{
background-color: #4A684C;
}
.BgClassName
{
background-color: #4A684C;
}
</style>
border-color css
<style>
span { border-color: #4A684C; }
span { border-color: rgb(74,104,76); }
td.TdClassName
{
border-color: #4A684C;
}
.TagClassName
{
border-color: #4A684C;
}
</style>