Html Css Color HEX #477574 Ming

📋 copy color: '#477574'

red 71 ◦ green 117 ◦ blue 116

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

Shades of Ming #477574

Tints of Ming #477574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 23.36%
G = 38.49%
B = 38.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#477574 (or 0x477574) is known color: Ming. HEX triplet: 47, 75 and 74. RGB value is (71,117,116). Sum of RGB (Red+Green+Blue) = 71+117+116=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #477574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477574 is #B88A8B. Grayscale: #676767. Windows color (decimal): -12094092 or 7632199. OLE color: 7632199.

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

Color convert

RGB 71 117 116 -
CMYK 0.39 0 0.01 0.54
HSL 178.7º 0.24% 0.37% -
HSV(B) 178.7º 0.39% 0.46% -
XYZ 12.11 15.32 18.84 -
YUV 103.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 71 117 116 0.39 0 0.01 0.54 178.7 0.24 0.37
Hex 47 75 74 27 0 1 36 B3 18 25
Octal 107 165 164 47 0 1 66 263 30 45
Binary 1000111 1110101 1110100 100111 0 1 110110 10110011 11000 100101

Color Harmonies of #477574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477574

Black with #477574

Text Example


Text Example

White with #477574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477574; }

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

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

background-color css

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

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

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

border-color css

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

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

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