Html Css Color HEX #475449 Nandor

📋 copy color: '#475449'

red 71 ◦ green 84 ◦ blue 73

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

Shades of Nandor #475449

Tints of Nandor #475449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

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

R = 31.14%
G = 36.84%
B = 32.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#475449 (or 0x475449) is known color: Nandor. HEX triplet: 47, 54 and 49. RGB value is (71,84,73). Sum of RGB (Red+Green+Blue) = 71+84+73=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #475449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475449 is #B8ABB6. Grayscale: #4E4E4E. Windows color (decimal): -12102583 or 4805703. OLE color: 4805703.

HSL color Cylindrical-coordinate representation of color #475449: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475449 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 73 -
CMYK 0.15 0 0.13 0.67
HSL 129.23º 0.08% 0.3% -
HSV(B) 129.23º 0.15% 0.33% -
XYZ 6.97 8.16 7.51 -
YUV 78.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 71 84 73 0.15 0 0.13 0.67 129.23 0.08 0.3
Hex 47 54 49 F 0 D 43 81 8 1E
Octal 107 124 111 17 0 15 103 201 10 36
Binary 1000111 1010100 1001001 1111 0 1101 1000011 10000001 1000 11110

Color Harmonies of #475449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475449

Black with #475449

Text Example


Text Example

White with #475449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475449; }

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

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

background-color css

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

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

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

border-color css

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

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

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