#477375

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

Shades of Ming #477375

Tints of Ming #477375

Color information

#477375 (or 0x477375) is unknown color: approx Ming. HEX triplet: 47, 73 and 75. RGB value is (71,115,117). Sum of RGB (Red+Green+Blue) = 71+115+117=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #477375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477375 is #B88C8A. Grayscale: #666666. Windows color (decimal): -12094603 or 7697223. OLE color: 7697223.

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

Color convert

RGB71115117-
CMYK0.390.0200.54
HSL182.61º24.47%36.86%-
HSV(B)182.61º39.32%45.88%-
XYZ11.9414.8919.07-
YUV102.07136.42105.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=23.43%
G=37.95%
B=38.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711151170.390.0200.54182.6124.4736.86
Hex477375272036b71825
Octal1071631654720662673045
Binary1000111111001111101011001111001101101011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477375; }

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

 H1.HeaderClassName
 {
   color: #477375;
 }
 .AnyTagClassName
 {
   color: #477375;
 }
</style>
background-color css

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

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

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

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

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

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