#407179

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

Shades of Ming #407179

Tints of Ming #407179

Color information

#407179 (or 0x407179) is unknown color: approx Ming. HEX triplet: 40, 71 and 79. RGB value is (64,113,121). Sum of RGB (Red+Green+Blue) = 64+113+121=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #407179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407179 is #BF8E86. Grayscale: #636363. Windows color (decimal): -12553863 or 7958848. OLE color: 7958848.

HSL color Cylindrical-coordinate representation of color #407179: hue angle of 188.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407179 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64113121-
CMYK0.470.0700.53
HSL188.42º30.81%36.27%-
HSV(B)188.42º47.11%47.45%-
XYZ11.4714.2820.24-
YUV99.26140.27102.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=21.48%
G=37.92%
B=40.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641131210.470.0700.53188.4230.8136.27
Hex4071792F7035bc1f24
Octal1001611715770652743744
Binary10000001110001111100110111111101101011011110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407179; }

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

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

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

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

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

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

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

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