#40737B

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

Shades of Ming #40737B

Tints of Ming #40737B

Color information

#40737B (or 0x40737B) is unknown color: approx Ming. HEX triplet: 40, 73 and 7B. RGB value is (64,115,123). Sum of RGB (Red+Green+Blue) = 64+115+123=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #40737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40737B is #BF8C84. Grayscale: #646464. Windows color (decimal): -12553349 or 8090432. OLE color: 8090432.

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

Color convert

RGB64115123-
CMYK0.480.0700.52
HSL188.14º31.55%36.67%-
HSV(B)188.14º47.97%48.24%-
XYZ11.8214.7820.97-
YUV100.66140.6101.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=21.19%
G=38.08%
B=40.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641151230.480.0700.52188.1431.5536.67
Hex40737B307034bc2025
Octal1001631736070642744045
Binary100000011100111111011110000111011010010111100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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