#477172

Color #477172 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #477172

Tints of Ming #477172

Color information

#477172 (or 0x477172) is unknown color: approx 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

RGB71113114-
CMYK0.380.0100.55
HSL181.4º23.24%36.27%-
HSV(B)181.4º37.72%44.71%-
XYZ11.5414.3618.08-
YUV100.56135.59106.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711131140.380.0100.55181.423.2436.27
Hex477172261037b51724
Octal1071611624610672652744
Binary100011111100011110010100110101101111011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>