#495B4B

Color #495B4B Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #495B4B

Tints of Nandor #495B4B

Color information

#495B4B (or 0x495B4B) is unknown color: approx 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

RGB739175-
CMYK0.2000.180.64
HSL126.67º10.98%32.16%-
HSV(B)126.67º19.78%35.69%-
XYZ7.769.418.06-
YUV83.79123.04120.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=30.54%
G=38.08%
B=31.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391750.2000.180.64126.6710.9832.16
Hex495B4B14012407fb20
Octal111133113240221001771340
Binary10010011011011100101110100010010100000011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>