#407077

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

Shades of Ming #407077

Tints of Ming #407077

Color information

#407077 (or 0x407077) is unknown color: approx Ming. HEX triplet: 40, 70 and 77. RGB value is (64,112,119). Sum of RGB (Red+Green+Blue) = 64+112+119=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #407077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407077 is #BF8F88. Grayscale: #626262. Windows color (decimal): -12554121 or 7827520. OLE color: 7827520.

HSL color Cylindrical-coordinate representation of color #407077: hue angle of 187.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407077 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64112119-
CMYK0.460.0600.53
HSL187.64º30.05%35.88%-
HSV(B)187.64º46.22%46.67%-
XYZ11.2414.0119.56-
YUV98.45139.6103.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=21.69%
G=37.97%
B=40.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641121190.460.0600.53187.6430.0535.88
Hex4070772E6035bc1e24
Octal1001601675660652743644
Binary10000001110000111011110111011001101011011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407077; }

 p { color: rgb(64,112,119); }

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

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

 a { background-color: rgb(64,112,119); }

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

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

 span { border-color: rgb(64,112,119); }

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