Html Css Color HEX #475949 Nandor

📋 copy color: '#475949'

red 71 ◦ green 89 ◦ blue 73

#475949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #475949

Tints of Nandor #475949

RGB

 RED value IS 71 (28.13% from 255) = 30.47%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 30.47%
G = 38.2%
B = 31.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#475949 (or 0x475949) is known color: Nandor. HEX triplet: 47, 59 and 49. RGB value is (71,89,73). Sum of RGB (Red+Green+Blue) = 71+89+73=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #475949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475949 is #B8A6B6. Grayscale: #515151. Windows color (decimal): -12101303 or 4806983. OLE color: 4806983.

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

Color convert

RGB 71 89 73 -
CMYK 0.20 0 0.18 0.65
HSL 126.67º 0.11% 0.31% -
HSV(B) 126.67º 0.2% 0.35% -
XYZ 7.37 8.97 7.65 -
YUV 81.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 71 89 73 0.20 0 0.18 0.65 126.67 0.11 0.31
Hex 47 59 49 14 0 12 41 7F B 1F
Octal 107 131 111 24 0 22 101 177 13 37
Binary 1000111 1011001 1001001 10100 0 10010 1000001 1111111 1011 11111

Color Harmonies of #475949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475949

Black with #475949

Text Example


Text Example

White with #475949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475949; }

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

 H1.HeaderClassName
 {
   color: #475949;
 }
 .AnyTagClassName
 {
   color: #475949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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