Shades of Nandor #495B4B
Tints of Nandor #495B4B
RGB
CMYK
RGB Variations
Color information
#495B4B (or 0x495B4B) is known color: Nandor. HEX triplet: 49, 5B and 4B. RGB value is (73,91,75). Sum of RGB (Red+Green+Blue) = 73+91+75=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #495B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B4B is #B6A4B4. Grayscale: #535353. Windows color (decimal): -11969717 or 4938569. OLE color: 4938569.
HSL color Cylindrical-coordinate representation of color #495B4B: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495B4B is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 75 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.64 |
| HSL | 126.67º | 0.11% | 0.32% | - |
| HSV(B) | 126.67º | 0.2% | 0.36% | - |
| XYZ | 7.76 | 9.41 | 8.06 | - |
| YUV | 83.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 75 | 0.20 | 0 | 0.18 | 0.64 | 126.67 | 0.11 | 0.32 |
| Hex | 49 | 5B | 4B | 14 | 0 | 12 | 40 | 7F | B | 20 |
| Octal | 111 | 133 | 113 | 24 | 0 | 22 | 100 | 177 | 13 | 40 |
| Binary | 1001001 | 1011011 | 1001011 | 10100 | 0 | 10010 | 1000000 | 1111111 | 1011 | 100000 |
Color Harmonies of #495B4B
Complementary color
Monochromatic Colors of #495B4B
Black with #495B4B
Text Example
Text Example
White with #495B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B4B; }
p { color: rgb(73,91,75); }
H1.HeaderClassName
{
color: #495B4B;
}
.AnyTagClassName
{
color: #495B4B;
}
</style>
background-color css
<style>
a { background-color: #495B4B; }
a { background-color: rgb(73,91,75); }
div.DivClassName
{
background-color: #495B4B;
}
.BgClassName
{
background-color: #495B4B;
}
</style>
border-color css
<style>
span { border-color: #495B4B; }
span { border-color: rgb(73,91,75); }
td.TdClassName
{
border-color: #495B4B;
}
.TagClassName
{
border-color: #495B4B;
}
</style>