#405E77

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

Shades of Matisse #405E77

Tints of Matisse #405E77

Color information

#405E77 (or 0x405E77) is unknown color: approx Matisse. HEX triplet: 40, 5E and 77. RGB value is (64,94,119). Sum of RGB (Red+Green+Blue) = 64+94+119=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #405E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E77 is #BFA188. Grayscale: #575757. Windows color (decimal): -12558729 or 7822912. OLE color: 7822912.

HSL color Cylindrical-coordinate representation of color #405E77: hue angle of 207.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405E77 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6494119-
CMYK0.460.2100.53
HSL207.27º30.05%35.88%-
HSV(B)207.27º46.22%46.67%-
XYZ9.4510.4318.97-
YUV87.88145.56110.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=23.10%
G=33.94%
B=42.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64941190.460.2100.53207.2730.0535.88
Hex405E772E15035cf1e24
Octal10013616756250653173644
Binary1000000101111011101111011101010101101011100111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E77; }

 p { color: rgb(64,94,119); }

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

<style>
 a { background-color: #405E77; }

 a { background-color: rgb(64,94,119); }

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

<style>
 span { border-color: #405E77; }

 span { border-color: rgb(64,94,119); }

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