#407578

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

Shades of Ming #407578

Tints of Ming #407578

Color information

#407578 (or 0x407578) is unknown color: approx Ming. HEX triplet: 40, 75 and 78. RGB value is (64,117,120). Sum of RGB (Red+Green+Blue) = 64+117+120=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #407578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407578 is #BF8A87. Grayscale: #656565. Windows color (decimal): -12552840 or 7894336. OLE color: 7894336.

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

Color convert

RGB64117120-
CMYK0.470.0200.53
HSL183.21º30.43%36.08%-
HSV(B)183.21º46.67%47.06%-
XYZ11.8715.1720.07-
YUV101.5138.44101.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=21.26%
G=38.87%
B=39.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641171200.470.0200.53183.2130.4336.08
Hex4075782F2035b71e24
Octal1001651705720652673644
Binary1000000111010111110001011111001101011011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407578; }

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

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

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

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

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

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

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

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