Html Css Color HEX #477374 Ming

📋 copy color: '#477374'

red 71 ◦ green 115 ◦ blue 116

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

Shades of Ming #477374

Tints of Ming #477374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 23.51%
G = 38.08%
B = 38.41%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#477374 (or 0x477374) is known color: Ming. HEX triplet: 47, 73 and 74. RGB value is (71,115,116). Sum of RGB (Red+Green+Blue) = 71+115+116=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #477374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477374 is #B88C8B. Grayscale: #656565. Windows color (decimal): -12094604 or 7631687. OLE color: 7631687.

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

Color convert

RGB 71 115 116 -
CMYK 0.39 0.01 0 0.55
HSL 181.33º 0.24% 0.37% -
HSV(B) 181.33º 0.39% 0.45% -
XYZ 11.88 14.86 18.77 -
YUV 101.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 71 115 116 0.39 0.01 0 0.55 181.33 0.24 0.37
Hex 47 73 74 27 1 0 37 B5 18 25
Octal 107 163 164 47 1 0 67 265 30 45
Binary 1000111 1110011 1110100 100111 1 0 110111 10110101 11000 100101

Color Harmonies of #477374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477374

Black with #477374

Text Example


Text Example

White with #477374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477374; }

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

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

background-color css

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

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

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

border-color css

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

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

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