Shades of Nandor #495A4C
Tints of Nandor #495A4C
RGB
CMYK
RGB Variations
Color information
#495A4C (or 0x495A4C) is known color: Nandor. HEX triplet: 49, 5A and 4C. RGB value is (73,90,76). Sum of RGB (Red+Green+Blue) = 73+90+76=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A4C is #B6A5B3. Grayscale: #535353. Windows color (decimal): -11969972 or 5003849. OLE color: 5003849.
HSL color Cylindrical-coordinate representation of color #495A4C: hue angle of 130.59º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495A4C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 76 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.65 |
| HSL | 130.59º | 0.1% | 0.32% | - |
| HSV(B) | 130.59º | 0.19% | 0.35% | - |
| XYZ | 7.71 | 9.25 | 8.22 | - |
| YUV | 83.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 76 | 0.19 | 0 | 0.16 | 0.65 | 130.59 | 0.1 | 0.32 |
| Hex | 49 | 5A | 4C | 13 | 0 | 10 | 41 | 83 | A | 20 |
| Octal | 111 | 132 | 114 | 23 | 0 | 20 | 101 | 203 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1001100 | 10011 | 0 | 10000 | 1000001 | 10000011 | 1010 | 100000 |
Color Harmonies of #495A4C
Complementary color
Monochromatic Colors of #495A4C
Black with #495A4C
Text Example
Text Example
White with #495A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A4C; }
p { color: rgb(73,90,76); }
H1.HeaderClassName
{
color: #495A4C;
}
.AnyTagClassName
{
color: #495A4C;
}
</style>
background-color css
<style>
a { background-color: #495A4C; }
a { background-color: rgb(73,90,76); }
div.DivClassName
{
background-color: #495A4C;
}
.BgClassName
{
background-color: #495A4C;
}
</style>
border-color css
<style>
span { border-color: #495A4C; }
span { border-color: rgb(73,90,76); }
td.TdClassName
{
border-color: #495A4C;
}
.TagClassName
{
border-color: #495A4C;
}
</style>