#407773

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

Shades of Ming #407773

Tints of Ming #407773

Color information

#407773 (or 0x407773) is unknown color: approx Ming. HEX triplet: 40, 77 and 73. RGB value is (64,119,115). Sum of RGB (Red+Green+Blue) = 64+119+115=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #407773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407773 is #BF888C. Grayscale: #666666. Windows color (decimal): -12552333 or 7567168. OLE color: 7567168.

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

Color convert

RGB64119115-
CMYK0.4600.030.53
HSL175.64º30.05%35.88%-
HSV(B)175.64º46.22%46.67%-
XYZ11.8115.5218.59-
YUV102.1135.28100.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=21.48%
G=39.93%
B=38.59%

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
Decimal641191150.4600.030.53175.6430.0535.88
Hex4077732E0335b01e24
Octal1001671635603652603644
Binary1000000111011111100111011100111101011011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407773; }

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

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

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

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

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

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

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

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