Html Css Color HEX #477172 Ming

📋 copy color: '#477172'

red 71 ◦ green 113 ◦ blue 114

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

Shades of Ming #477172

Tints of Ming #477172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 23.83%
G = 37.92%
B = 38.26%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#477172 (or 0x477172) is known color: Ming. HEX triplet: 47, 71 and 72. RGB value is (71,113,114). Sum of RGB (Red+Green+Blue) = 71+113+114=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #477172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477172 is #B88E8D. Grayscale: #646464. Windows color (decimal): -12095118 or 7500103. OLE color: 7500103.

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

Color convert

RGB 71 113 114 -
CMYK 0.38 0.01 0 0.55
HSL 181.4º 0.23% 0.36% -
HSV(B) 181.4º 0.38% 0.45% -
XYZ 11.54 14.36 18.08 -
YUV 100.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 71 113 114 0.38 0.01 0 0.55 181.4 0.23 0.36
Hex 47 71 72 26 1 0 37 B5 17 24
Octal 107 161 162 46 1 0 67 265 27 44
Binary 1000111 1110001 1110010 100110 1 0 110111 10110101 10111 100100

Color Harmonies of #477172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477172

Black with #477172

Text Example


Text Example

White with #477172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477172; }

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

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

background-color css

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

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

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

border-color css

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

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

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