#40607C

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

Shades of Matisse #40607C

Tints of Matisse #40607C

Color information

#40607C (or 0x40607C) is unknown color: approx Matisse. HEX triplet: 40, 60 and 7C. RGB value is (64,96,124). Sum of RGB (Red+Green+Blue) = 64+96+124=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #40607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607C is #BF9F83. Grayscale: #595959. Windows color (decimal): -12558212 or 8151104. OLE color: 8151104.

HSL color Cylindrical-coordinate representation of color #40607C: hue angle of 208º 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 #40607C is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6496124-
CMYK0.480.2300.51
HSL208º31.91%36.86%-
HSV(B)208º48.39%48.63%-
XYZ9.9410.9120.65-
YUV89.62147.4109.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=22.54%
G=33.80%
B=43.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64961240.480.2300.5120831.9136.86
Hex40607C3017033d02025
Octal10014017460270633204045
Binary10000001100000111110011000010111011001111010000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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