#407673

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

Shades of Ming #407673

Tints of Ming #407673

Color information

#407673 (or 0x407673) is unknown color: approx Ming. HEX triplet: 40, 76 and 73. RGB value is (64,118,115). Sum of RGB (Red+Green+Blue) = 64+118+115=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #407673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407673 is #BF898C. Grayscale: #656565. Windows color (decimal): -12552589 or 7566912. OLE color: 7566912.

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

Color convert

RGB64118115-
CMYK0.4600.030.54
HSL176.67º29.67%35.69%-
HSV(B)176.67º45.76%46.27%-
XYZ11.6915.2818.55-
YUV101.51135.61101.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=21.55%
G=39.73%
B=38.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181150.4600.030.54176.6729.6735.69
Hex4076732E0336b11e24
Octal1001661635603662613644
Binary1000000111011011100111011100111101101011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407673; }

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

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

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

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

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

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

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

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