Html Css Color HEX #477576 Ming

📋 copy color: '#477576'

red 71 ◦ green 117 ◦ blue 118

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

Shades of Ming #477576

Tints of Ming #477576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 23.2%
G = 38.24%
B = 38.56%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477576 (or 0x477576) is known color: Ming. HEX triplet: 47, 75 and 76. RGB value is (71,117,118). Sum of RGB (Red+Green+Blue) = 71+117+118=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #477576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477576 is #B88A89. Grayscale: #676767. Windows color (decimal): -12094090 or 7763271. OLE color: 7763271.

HSL color Cylindrical-coordinate representation of color #477576: hue angle of 181.28º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477576 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 118 -
CMYK 0.40 0.01 0 0.54
HSL 181.28º 0.25% 0.37% -
HSV(B) 181.28º 0.4% 0.46% -
XYZ 12.23 15.37 19.46 -
YUV 103.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 71 117 118 0.40 0.01 0 0.54 181.28 0.25 0.37
Hex 47 75 76 28 1 0 36 B5 19 25
Octal 107 165 166 50 1 0 66 265 31 45
Binary 1000111 1110101 1110110 101000 1 0 110110 10110101 11001 100101

Color Harmonies of #477576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477576

Black with #477576

Text Example


Text Example

White with #477576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477576; }

 p { color: rgb(71,117,118); }

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

background-color css

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

 a { background-color: rgb(71,117,118); }

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

border-color css

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

 span { border-color: rgb(71,117,118); }

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