#407774

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

Shades of Ming #407774

Tints of Ming #407774

Color information

#407774 (or 0x407774) is unknown color: approx Ming. HEX triplet: 40, 77 and 74. RGB value is (64,119,116). Sum of RGB (Red+Green+Blue) = 64+119+116=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #407774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407774 is #BF888B. Grayscale: #666666. Windows color (decimal): -12552332 or 7632704. OLE color: 7632704.

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

Color convert

RGB64119116-
CMYK0.4600.030.53
HSL176.73º30.05%35.88%-
HSV(B)176.73º46.22%46.67%-
XYZ11.8615.5418.9-
YUV102.21135.78100.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=21.40%
G=39.80%
B=38.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191160.4600.030.53176.7330.0535.88
Hex4077742E0335b11e24
Octal1001671645603652613644
Binary1000000111011111101001011100111101011011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407774; }

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

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

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

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

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

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

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

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