#475A49

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

Shades of Nandor #475A49

Tints of Nandor #475A49

Color information

#475A49 (or 0x475A49) is unknown color: approx Nandor. HEX triplet: 47, 5A and 49. RGB value is (71,90,73). Sum of RGB (Red+Green+Blue) = 71+90+73=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #475A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A49 is #B8A5B6. Grayscale: #525252. Windows color (decimal): -12101047 or 4807239. OLE color: 4807239.

HSL color Cylindrical-coordinate representation of color #475A49: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A49 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB719073-
CMYK0.2100.190.65
HSL126.32º11.8%31.57%-
HSV(B)126.32º21.11%35.29%-
XYZ7.469.137.67-
YUV82.38122.71119.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=30.34%
G=38.46%
B=31.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190730.2100.190.65126.3211.831.57
Hex475A4915013417ec20
Octal107132111250231011761440
Binary10001111011010100100110101010011100000111111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A49; }

 p { color: rgb(71,90,73); }

 H1.HeaderClassName
 {
   color: #475A49;
 }
 .AnyTagClassName
 {
   color: #475A49;
 }
</style>
background-color css

<style>
 a { background-color: #475A49; }

 a { background-color: rgb(71,90,73); }

 div.DivClassName
 {
   background-color: #475A49;
 }
 .BgClassName
 {
   background-color: #475A49;
 }
</style>
border-color css

<style>
 span { border-color: #475A49; }

 span { border-color: rgb(71,90,73); }

 td.TdClassName
 {
   border-color: #475A49;
 }
 .TagClassName
 {
   border-color: #475A49;
 }
</style>