#40797D

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

Shades of Ming #40797D

Tints of Ming #40797D

Color information

#40797D (or 0x40797D) is unknown color: approx Ming. HEX triplet: 40, 79 and 7D. RGB value is (64,121,125). Sum of RGB (Red+Green+Blue) = 64+121+125=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #40797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40797D is #BF8682. Grayscale: #686868. Windows color (decimal): -12551811 or 8223040. OLE color: 8223040.

HSL color Cylindrical-coordinate representation of color #40797D: hue angle of 183.93º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40797D is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB64121125-
CMYK0.490.0300.51
HSL183.93º32.28%37.06%-
HSV(B)183.93º48.8%49.02%-
XYZ12.6516.2521.87-
YUV104.41139.6299.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=20.65%
G=39.03%
B=40.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641211250.490.0300.51183.9332.2837.06
Hex40797D313033b82025
Octal1001711756130632704045
Binary10000001111001111110111000111011001110111000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40797D; }

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

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

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

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

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

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

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

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