#40797A

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

Shades of Ming #40797A

Tints of Ming #40797A

Color information

#40797A (or 0x40797A) is unknown color: approx Ming. HEX triplet: 40, 79 and 7A. RGB value is (64,121,122). Sum of RGB (Red+Green+Blue) = 64+121+122=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #40797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40797A is #BF8685. Grayscale: #686868. Windows color (decimal): -12551814 or 8026432. OLE color: 8026432.

HSL color Cylindrical-coordinate representation of color #40797A: hue angle of 181.03º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40797A is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64121122-
CMYK0.480.0100.52
HSL181.03º31.18%36.47%-
HSV(B)181.03º47.54%47.84%-
XYZ12.4616.1720.88-
YUV104.07138.1299.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=20.85%
G=39.41%
B=39.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641211220.480.0100.52181.0331.1836.47
Hex40797A301034b51f24
Octal1001711726010642653744
Binary100000011110011111010110000101101001011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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