Shades of Nandor #495A4A
Tints of Nandor #495A4A
RGB
CMYK
RGB Variations
Color information
#495A4A (or 0x495A4A) is known color: Nandor. HEX triplet: 49, 5A and 4A. RGB value is (73,90,74). Sum of RGB (Red+Green+Blue) = 73+90+74=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A4A is #B6A5B5. Grayscale: #535353. Windows color (decimal): -11969974 or 4872777. OLE color: 4872777.
HSL color Cylindrical-coordinate representation of color #495A4A: hue angle of 123.53º 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 #495A4A is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 74 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.65 |
| HSL | 123.53º | 0.1% | 0.32% | - |
| HSV(B) | 123.53º | 0.19% | 0.35% | - |
| XYZ | 7.64 | 9.22 | 7.86 | - |
| YUV | 83.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 74 | 0.19 | 0 | 0.18 | 0.65 | 123.53 | 0.1 | 0.32 |
| Hex | 49 | 5A | 4A | 13 | 0 | 12 | 41 | 7C | A | 20 |
| Octal | 111 | 132 | 112 | 23 | 0 | 22 | 101 | 174 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1001010 | 10011 | 0 | 10010 | 1000001 | 1111100 | 1010 | 100000 |
Color Harmonies of #495A4A
Complementary color
Monochromatic Colors of #495A4A
Black with #495A4A
Text Example
Text Example
White with #495A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A4A; }
p { color: rgb(73,90,74); }
H1.HeaderClassName
{
color: #495A4A;
}
.AnyTagClassName
{
color: #495A4A;
}
</style>
background-color css
<style>
a { background-color: #495A4A; }
a { background-color: rgb(73,90,74); }
div.DivClassName
{
background-color: #495A4A;
}
.BgClassName
{
background-color: #495A4A;
}
</style>
border-color css
<style>
span { border-color: #495A4A; }
span { border-color: rgb(73,90,74); }
td.TdClassName
{
border-color: #495A4A;
}
.TagClassName
{
border-color: #495A4A;
}
</style>