#40797B

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

Shades of Ming #40797B

Tints of Ming #40797B

Color information

#40797B (or 0x40797B) is unknown color: approx Ming. HEX triplet: 40, 79 and 7B. RGB value is (64,121,123). Sum of RGB (Red+Green+Blue) = 64+121+123=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #40797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40797B is #BF8684. Grayscale: #686868. Windows color (decimal): -12551813 or 8091968. OLE color: 8091968.

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

Color convert

RGB64121123-
CMYK0.480.0200.52
HSL182.03º31.55%36.67%-
HSV(B)182.03º47.97%48.24%-
XYZ12.5316.1921.2-
YUV104.18138.6299.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=20.78%
G=39.29%
B=39.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641211230.480.0200.52182.0331.5536.67
Hex40797B302034b62025
Octal1001711736020642664045
Binary10000001111001111101111000010011010010110110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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