#407073

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

Shades of Ming #407073

Tints of Ming #407073

Color information

#407073 (or 0x407073) is unknown color: approx Ming. HEX triplet: 40, 70 and 73. RGB value is (64,112,115). Sum of RGB (Red+Green+Blue) = 64+112+115=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #407073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407073 is #BF8F8C. Grayscale: #616161. Windows color (decimal): -12554125 or 7565376. OLE color: 7565376.

HSL color Cylindrical-coordinate representation of color #407073: hue angle of 183.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407073 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB64112115-
CMYK0.440.0300.55
HSL183.53º28.49%35.1%-
HSV(B)183.53º44.35%45.1%-
XYZ1113.9218.33-
YUV97.99137.6103.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=21.99%
G=38.49%
B=39.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641121150.440.0300.55183.5328.4935.1
Hex4070732C3037b81c23
Octal1001601635430672703443
Binary1000000111000011100111011001101101111011100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407073; }

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

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

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

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

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

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

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

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