#405B77

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

Shades of Matisse #405B77

Tints of Matisse #405B77

Color information

#405B77 (or 0x405B77) is unknown color: approx Matisse. HEX triplet: 40, 5B and 77. RGB value is (64,91,119). Sum of RGB (Red+Green+Blue) = 64+91+119=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #405B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B77 is #BFA488. Grayscale: #555555. Windows color (decimal): -12559497 or 7822144. OLE color: 7822144.

HSL color Cylindrical-coordinate representation of color #405B77: hue angle of 210.55º 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 #405B77 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6491119-
CMYK0.460.2400.53
HSL210.55º30.05%35.88%-
HSV(B)210.55º46.22%46.67%-
XYZ9.199.918.88-
YUV86.12146.55112.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=23.36%
G=33.21%
B=43.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64911190.460.2400.53210.5530.0535.88
Hex405B772E18035d31e24
Octal10013316756300653233644
Binary1000000101101111101111011101100001101011101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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