#40767C

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

Shades of Ming #40767C

Tints of Ming #40767C

Color information

#40767C (or 0x40767C) is unknown color: approx Ming. HEX triplet: 40, 76 and 7C. RGB value is (64,118,124). Sum of RGB (Red+Green+Blue) = 64+118+124=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #40767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40767C is #BF8983. Grayscale: #666666. Windows color (decimal): -12552580 or 8156736. OLE color: 8156736.

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

Color convert

RGB64118124-
CMYK0.480.0500.51
HSL186º31.91%36.86%-
HSV(B)186º48.39%48.63%-
XYZ12.2315.521.42-
YUV102.54140.11100.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=20.92%
G=38.56%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641181240.480.0500.5118631.9136.86
Hex40767C305033ba2025
Octal1001661746050632724045
Binary100000011101101111100110000101011001110111010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40767C; }

 p { color: rgb(64,118,124); }

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

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

 a { background-color: rgb(64,118,124); }

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

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

 span { border-color: rgb(64,118,124); }

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