Html Css Color HEX #40596F Matisse

📋 copy color: '#40596F'

red 64 ◦ green 89 ◦ blue 111

#40596F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #40596F

Tints of Matisse #40596F

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 value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40596F (or 0x40596F) is known color: 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

RGB 64 89 111 -
CMYK 0.42 0.20 0 0.56
HSL 208.09º 0.27% 0.34% -
HSV(B) 208.09º 0.42% 0.44% -
XYZ 8.56 9.38 16.4 -
YUV 84.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 64 89 111 0.42 0.20 0 0.56 208.09 0.27 0.34
Hex 40 59 6F 2A 14 0 38 D0 1B 22
Octal 100 131 157 52 24 0 70 320 33 42
Binary 1000000 1011001 1101111 101010 10100 0 111000 11010000 11011 100010

Color Harmonies of #40596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40596F

Black with #40596F

Text Example


Text Example

White with #40596F

Text Example


Text Example

HTML Codes & Css Web 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>