#407576

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

Shades of Ming #407576

Tints of Ming #407576

Color information

#407576 (or 0x407576) is unknown color: approx Ming. HEX triplet: 40, 75 and 76. RGB value is (64,117,118). Sum of RGB (Red+Green+Blue) = 64+117+118=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #407576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407576 is #BF8A89. Grayscale: #656565. Windows color (decimal): -12552842 or 7763264. OLE color: 7763264.

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

Color convert

RGB64117118-
CMYK0.460.0100.54
HSL181.11º29.67%35.69%-
HSV(B)181.11º45.76%46.27%-
XYZ11.7515.1219.44-
YUV101.27137.44101.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=21.40%
G=39.13%
B=39.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171180.460.0100.54181.1129.6735.69
Hex4075762E1036b51e24
Octal1001651665610662653644
Binary100000011101011110110101110101101101011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407576; }

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

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

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

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

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

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

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

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