Html Css Color HEX #477472 Ming

📋 copy color: '#477472'

red 71 ◦ green 116 ◦ blue 114

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

Shades of Ming #477472

Tints of Ming #477472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 23.59%
G = 38.54%
B = 37.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#477472 (or 0x477472) is known color: Ming. HEX triplet: 47, 74 and 72. RGB value is (71,116,114). Sum of RGB (Red+Green+Blue) = 71+116+114=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #477472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477472 is #B88B8D. Grayscale: #666666. Windows color (decimal): -12094350 or 7500871. OLE color: 7500871.

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

Color convert

RGB 71 116 114 -
CMYK 0.39 0 0.02 0.55
HSL 177.33º 0.24% 0.37% -
HSV(B) 177.33º 0.39% 0.45% -
XYZ 11.88 15.05 18.2 -
YUV 102.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 71 116 114 0.39 0 0.02 0.55 177.33 0.24 0.37
Hex 47 74 72 27 0 2 37 B1 18 25
Octal 107 164 162 47 0 2 67 261 30 45
Binary 1000111 1110100 1110010 100111 0 10 110111 10110001 11000 100101

Color Harmonies of #477472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477472

Black with #477472

Text Example


Text Example

White with #477472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477472; }

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

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

background-color css

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

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

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

border-color css

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

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

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