#407178

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

Shades of Ming #407178

Tints of Ming #407178

Color information

#407178 (or 0x407178) is unknown color: approx Ming. HEX triplet: 40, 71 and 78. RGB value is (64,113,120). Sum of RGB (Red+Green+Blue) = 64+113+120=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #407178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407178 is #BF8E87. Grayscale: #636363. Windows color (decimal): -12553864 or 7893312. OLE color: 7893312.

HSL color Cylindrical-coordinate representation of color #407178: hue angle of 187.5º degrees, saturation: 0.3, 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 #407178 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64113120-
CMYK0.470.0600.53
HSL187.5º30.43%36.08%-
HSV(B)187.5º46.67%47.06%-
XYZ11.4114.2619.92-
YUV99.15139.77102.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=21.55%
G=38.05%
B=40.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641131200.470.0600.53187.530.4336.08
Hex4071782F6035bc1e24
Octal1001611705760652743644
Binary10000001110001111100010111111001101011011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407178; }

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

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

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

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

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

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

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

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