Shades of Nandor #495A4B
Tints of Nandor #495A4B
RGB
CMYK
RGB Variations
Color information
#495A4B (or 0x495A4B) is known color: Nandor. HEX triplet: 49, 5A and 4B. RGB value is (73,90,75). Sum of RGB (Red+Green+Blue) = 73+90+75=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A4B is #B6A5B4. Grayscale: #535353. Windows color (decimal): -11969973 or 4938313. OLE color: 4938313.
HSL color Cylindrical-coordinate representation of color #495A4B: hue angle of 127.06º 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 #495A4B is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 75 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.65 |
| HSL | 127.06º | 0.1% | 0.32% | - |
| HSV(B) | 127.06º | 0.19% | 0.35% | - |
| XYZ | 7.67 | 9.24 | 8.04 | - |
| YUV | 83.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 75 | 0.19 | 0 | 0.17 | 0.65 | 127.06 | 0.1 | 0.32 |
| Hex | 49 | 5A | 4B | 13 | 0 | 11 | 41 | 7F | A | 20 |
| Octal | 111 | 132 | 113 | 23 | 0 | 21 | 101 | 177 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1001011 | 10011 | 0 | 10001 | 1000001 | 1111111 | 1010 | 100000 |
Color Harmonies of #495A4B
Complementary color
Monochromatic Colors of #495A4B
Black with #495A4B
Text Example
Text Example
White with #495A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A4B; }
p { color: rgb(73,90,75); }
H1.HeaderClassName
{
color: #495A4B;
}
.AnyTagClassName
{
color: #495A4B;
}
</style>
background-color css
<style>
a { background-color: #495A4B; }
a { background-color: rgb(73,90,75); }
div.DivClassName
{
background-color: #495A4B;
}
.BgClassName
{
background-color: #495A4B;
}
</style>
border-color css
<style>
span { border-color: #495A4B; }
span { border-color: rgb(73,90,75); }
td.TdClassName
{
border-color: #495A4B;
}
.TagClassName
{
border-color: #495A4B;
}
</style>