Html Css Color HEX #477473 Ming

📋 copy color: '#477473'

red 71 ◦ green 116 ◦ blue 115

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

Shades of Ming #477473

Tints of Ming #477473

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #477473: hue angle of 178.67º 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 #477473 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 115 -
CMYK 0.39 0 0.01 0.55
HSL 178.67º 0.24% 0.37% -
HSV(B) 178.67º 0.39% 0.45% -
XYZ 11.94 15.07 18.5 -
YUV 102.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 71 116 115 0.39 0 0.01 0.55 178.67 0.24 0.37
Hex 47 74 73 27 0 1 37 B3 18 25
Octal 107 164 163 47 0 1 67 263 30 45
Binary 1000111 1110100 1110011 100111 0 1 110111 10110011 11000 100101

Color Harmonies of #477473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477473

Black with #477473

Text Example


Text Example

White with #477473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477473; }

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

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

background-color css

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

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

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

border-color css

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

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

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