#40596F

Color #40596F Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #40596F

Tints of Matisse #40596F

Color information

#40596F (or 0x40596F) is unknown color: approx Matisse. HEX triplet: 40, 59 and 6F. RGB value is (64,89,111). Sum of RGB (Red+Green+Blue) = 64+89+111=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #40596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40596F is #BFA690. Grayscale: #535353. Windows color (decimal): -12560017 or 7297344. OLE color: 7297344.

HSL color Cylindrical-coordinate representation of color #40596F: hue angle of 208.09º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40596F is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6489111-
CMYK0.420.2000.56
HSL208.09º26.86%34.31%-
HSV(B)208.09º42.34%43.53%-
XYZ8.569.3816.4-
YUV84.03143.22113.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=24.24%
G=33.71%
B=42.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64891110.420.2000.56208.0926.8634.31
Hex40596F2A14038d01b22
Octal10013115752240703203342
Binary1000000101100111011111010101010001110001101000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40596F; }

 p { color: rgb(64,89,111); }

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

<style>
 a { background-color: #40596F; }

 a { background-color: rgb(64,89,111); }

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

<style>
 span { border-color: #40596F; }

 span { border-color: rgb(64,89,111); }

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