#40767A

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

Shades of Ming #40767A

Tints of Ming #40767A

Color information

#40767A (or 0x40767A) is unknown color: approx Ming. HEX triplet: 40, 76 and 7A. RGB value is (64,118,122). Sum of RGB (Red+Green+Blue) = 64+118+122=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #40767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40767A is #BF8985. Grayscale: #666666. Windows color (decimal): -12552582 or 8025664. OLE color: 8025664.

HSL color Cylindrical-coordinate representation of color #40767A: hue angle of 184.14º 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 #40767A is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64118122-
CMYK0.480.0300.52
HSL184.14º31.18%36.47%-
HSV(B)184.14º47.54%47.84%-
XYZ12.1115.4520.76-
YUV102.31139.11100.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=21.05%
G=38.82%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641181220.480.0300.52184.1431.1836.47
Hex40767A303034b81f24
Octal1001661726030642703744
Binary1000000111011011110101100001101101001011100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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