#407778

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

Shades of Ming #407778

Tints of Ming #407778

Color information

#407778 (or 0x407778) is unknown color: approx Ming. HEX triplet: 40, 77 and 78. RGB value is (64,119,120). Sum of RGB (Red+Green+Blue) = 64+119+120=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #407778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407778 is #BF8887. Grayscale: #666666. Windows color (decimal): -12552328 or 7894848. OLE color: 7894848.

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

Color convert

RGB64119120-
CMYK0.470.0100.53
HSL181.07º30.43%36.08%-
HSV(B)181.07º46.67%47.06%-
XYZ12.115.6420.15-
YUV102.67137.78100.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=21.12%
G=39.27%
B=39.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191200.470.0100.53181.0730.4336.08
Hex4077782F1035b51e24
Octal1001671705710652653644
Binary100000011101111111000101111101101011011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407778; }

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

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

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

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

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

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

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

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