#407677

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

Shades of Ming #407677

Tints of Ming #407677

Color information

#407677 (or 0x407677) is unknown color: approx Ming. HEX triplet: 40, 76 and 77. RGB value is (64,118,119). Sum of RGB (Red+Green+Blue) = 64+118+119=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #407677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407677 is #BF8988. Grayscale: #656565. Windows color (decimal): -12552585 or 7829056. OLE color: 7829056.

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

Color convert

RGB64118119-
CMYK0.460.0100.53
HSL181.09º30.05%35.88%-
HSV(B)181.09º46.22%46.67%-
XYZ11.9215.3819.79-
YUV101.97137.61100.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=21.26%
G=39.20%
B=39.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641181190.460.0100.53181.0930.0535.88
Hex4076772E1035b51e24
Octal1001661675610652653644
Binary100000011101101110111101110101101011011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407677; }

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

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

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

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

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

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

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

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