#407A78

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

Shades of Ming #407A78

Tints of Ming #407A78

Color information

#407A78 (or 0x407A78) is unknown color: approx Ming. HEX triplet: 40, 7A and 78. RGB value is (64,122,120). Sum of RGB (Red+Green+Blue) = 64+122+120=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #407A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A78 is #BF8587. Grayscale: #686868. Windows color (decimal): -12551560 or 7895616. OLE color: 7895616.

HSL color Cylindrical-coordinate representation of color #407A78: hue angle of 177.93º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A78 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB64122120-
CMYK0.4800.020.52
HSL177.93º31.18%36.47%-
HSV(B)177.93º47.54%47.84%-
XYZ12.4616.3720.27-
YUV104.43136.7899.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=20.92%
G=39.87%
B=39.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641221200.4800.020.52177.9331.1836.47
Hex407A78300234b21f24
Octal1001721706002642623744
Binary1000000111101011110001100000101101001011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407A78; }

 p { color: rgb(64,122,120); }

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

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

 a { background-color: rgb(64,122,120); }

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

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

 span { border-color: rgb(64,122,120); }

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