#477678

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

Shades of Ming #477678

Tints of Ming #477678

Color information

#477678 (or 0x477678) is unknown color: approx Ming. HEX triplet: 47, 76 and 78. RGB value is (71,118,120). Sum of RGB (Red+Green+Blue) = 71+118+120=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #477678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477678 is #B88987. Grayscale: #686868. Windows color (decimal): -12093832 or 7894599. OLE color: 7894599.

HSL color Cylindrical-coordinate representation of color #477678: hue angle of 182.45º 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 #477678 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB71118120-
CMYK0.410.0200.53
HSL182.45º25.65%37.45%-
HSV(B)182.45º40.83%47.06%-
XYZ12.4715.6520.13-
YUV104.17136.93104.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=22.98%
G=38.19%
B=38.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711181200.410.0200.53182.4525.6537.45
Hex477678292035b61a25
Octal1071661705120652663245
Binary1000111111011011110001010011001101011011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477678; }

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

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

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

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

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

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

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

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