#407779

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

Shades of Ming #407779

Tints of Ming #407779

Color information

#407779 (or 0x407779) is unknown color: approx Ming. HEX triplet: 40, 77 and 79. RGB value is (64,119,121). Sum of RGB (Red+Green+Blue) = 64+119+121=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #407779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407779 is #BF8886. Grayscale: #666666. Windows color (decimal): -12552327 or 7960384. OLE color: 7960384.

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

Color convert

RGB64119121-
CMYK0.470.0200.53
HSL182.11º30.81%36.27%-
HSV(B)182.11º47.11%47.45%-
XYZ12.1615.6620.47-
YUV102.78138.28100.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=21.05%
G=39.14%
B=39.80%

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
Decimal641191210.470.0200.53182.1130.8136.27
Hex4077792F2035b61f24
Octal1001671715720652663744
Binary1000000111011111110011011111001101011011011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407779; }

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

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

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

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

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

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

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

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