#407577

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

Shades of Ming #407577

Tints of Ming #407577

Color information

#407577 (or 0x407577) is unknown color: approx Ming. HEX triplet: 40, 75 and 77. RGB value is (64,117,119). Sum of RGB (Red+Green+Blue) = 64+117+119=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #407577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407577 is #BF8A88. Grayscale: #656565. Windows color (decimal): -12552841 or 7828800. OLE color: 7828800.

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

Color convert

RGB64117119-
CMYK0.460.0200.53
HSL182.18º30.05%35.88%-
HSV(B)182.18º46.22%46.67%-
XYZ11.8115.1419.75-
YUV101.38137.94101.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=21.33%
G=39%
B=39.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641171190.460.0200.53182.1830.0535.88
Hex4075772E2035b61e24
Octal1001651675620652663644
Binary1000000111010111101111011101001101011011011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407577; }

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

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

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

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

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

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

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

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