#407173

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

Shades of Ming #407173

Tints of Ming #407173

Color information

#407173 (or 0x407173) is unknown color: approx Ming. HEX triplet: 40, 71 and 73. RGB value is (64,113,115). Sum of RGB (Red+Green+Blue) = 64+113+115=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #407173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407173 is #BF8E8C. Grayscale: #626262. Windows color (decimal): -12553869 or 7565632. OLE color: 7565632.

HSL color Cylindrical-coordinate representation of color #407173: hue angle of 182.35º 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 #407173 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB64113115-
CMYK0.440.0200.55
HSL182.35º28.49%35.1%-
HSV(B)182.35º44.35%45.1%-
XYZ11.1114.1418.36-
YUV98.58137.27103.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=21.92%
G=38.70%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641131150.440.0200.55182.3528.4935.1
Hex4071732C2037b61c23
Octal1001611635420672663443
Binary1000000111000111100111011001001101111011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407173; }

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

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

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

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

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

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

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

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