#477778

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

Shades of Ming #477778

Tints of Ming #477778

Color information

#477778 (or 0x477778) is unknown color: approx Ming. HEX triplet: 47, 77 and 78. RGB value is (71,119,120). Sum of RGB (Red+Green+Blue) = 71+119+120=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #477778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477778 is #B88887. Grayscale: #686868. Windows color (decimal): -12093576 or 7894855. OLE color: 7894855.

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

Color convert

RGB71119120-
CMYK0.410.0100.53
HSL181.22º25.65%37.45%-
HSV(B)181.22º40.83%47.06%-
XYZ12.5915.8920.17-
YUV104.76136.6103.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=22.90%
G=38.39%
B=38.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191200.410.0100.53181.2225.6537.45
Hex477778291035b51a25
Octal1071671705110652653245
Binary100011111101111111000101001101101011011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477778; }

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

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

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

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

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

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

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

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