#477978

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

Shades of Ming #477978

Tints of Ming #477978

Color information

#477978 (or 0x477978) is unknown color: approx Ming. HEX triplet: 47, 79 and 78. RGB value is (71,121,120). Sum of RGB (Red+Green+Blue) = 71+121+120=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #477978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477978 is #B88687. Grayscale: #696969. Windows color (decimal): -12093064 or 7895367. OLE color: 7895367.

HSL color Cylindrical-coordinate representation of color #477978: hue angle of 178.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477978 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB71121120-
CMYK0.4100.010.53
HSL178.8º26.04%37.65%-
HSV(B)178.8º41.32%47.45%-
XYZ12.8316.3720.25-
YUV105.94135.94103.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=22.76%
G=38.78%
B=38.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711211200.4100.010.53178.826.0437.65
Hex477978290135b31a26
Octal1071711705101652633246
Binary100011111110011111000101001011101011011001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477978; }

 p { color: rgb(71,121,120); }

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

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

 a { background-color: rgb(71,121,120); }

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

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

 span { border-color: rgb(71,121,120); }

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