Html Css Color HEX #47574A Nandor

📋 copy color: '#47574A'

red 71 ◦ green 87 ◦ blue 74

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

Shades of Nandor #47574A

Tints of Nandor #47574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 31.9%

R = 30.6%
G = 37.5%
B = 31.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#47574A (or 0x47574A) is known color: Nandor. HEX triplet: 47, 57 and 4A. RGB value is (71,87,74). Sum of RGB (Red+Green+Blue) = 71+87+74=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #47574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47574A is #B8A8B5. Grayscale: #505050. Windows color (decimal): -12101814 or 4872007. OLE color: 4872007.

HSL color Cylindrical-coordinate representation of color #47574A: hue angle of 131.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47574A is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 74 -
CMYK 0.18 0 0.15 0.66
HSL 131.25º 0.1% 0.31% -
HSV(B) 131.25º 0.18% 0.34% -
XYZ 7.24 8.65 7.77 -
YUV 80.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 71 87 74 0.18 0 0.15 0.66 131.25 0.1 0.31
Hex 47 57 4A 12 0 F 42 83 A 1F
Octal 107 127 112 22 0 17 102 203 12 37
Binary 1000111 1010111 1001010 10010 0 1111 1000010 10000011 1010 11111

Color Harmonies of #47574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47574A

Black with #47574A

Text Example


Text Example

White with #47574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47574A; }

 p { color: rgb(71,87,74); }

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

background-color css

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

 a { background-color: rgb(71,87,74); }

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

border-color css

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

 span { border-color: rgb(71,87,74); }

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