#407878

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

Shades of Ming #407878

Tints of Ming #407878

Color information

#407878 (or 0x407878) is unknown color: approx Ming. HEX triplet: 40, 78 and 78. RGB value is (64,120,120). Sum of RGB (Red+Green+Blue) = 64+120+120=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #407878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407878 is #BF8787. Grayscale: #676767. Windows color (decimal): -12552072 or 7895104. OLE color: 7895104.

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

Color convert

RGB64120120-
CMYK0.47000.53
HSL180º30.43%36.08%-
HSV(B)180º46.67%47.06%-
XYZ12.2215.8820.19-
YUV103.26137.45100-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=21.05%
G=39.47%
B=39.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201200.47000.5318030.4336.08
Hex4078782F0035b41e24
Octal1001701705700652643644
Binary100000011110001111000101111001101011011010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407878; }

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

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

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

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

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

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

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

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