#475849

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

Shades of Nandor #475849

Tints of Nandor #475849

Color information

#475849 (or 0x475849) is unknown color: approx Nandor. HEX triplet: 47, 58 and 49. RGB value is (71,88,73). Sum of RGB (Red+Green+Blue) = 71+88+73=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #475849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475849 is #B8A7B6. Grayscale: #515151. Windows color (decimal): -12101559 or 4806727. OLE color: 4806727.

HSL color Cylindrical-coordinate representation of color #475849: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475849 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB718873-
CMYK0.1900.170.65
HSL127.06º10.69%31.18%-
HSV(B)127.06º19.32%34.51%-
XYZ7.298.87.62-
YUV81.21123.37120.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=30.60%
G=37.93%
B=31.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188730.1900.170.65127.0610.6931.18
Hex47584913011417fb1f
Octal107130111230211011771337
Binary1000111101100010010011001101000110000011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475849; }

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

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

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

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

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

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

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

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