#405A71

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

Shades of Matisse #405A71

Tints of Matisse #405A71

Color information

#405A71 (or 0x405A71) is unknown color: approx Matisse. HEX triplet: 40, 5A and 71. RGB value is (64,90,113). Sum of RGB (Red+Green+Blue) = 64+90+113=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #405A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A71 is #BFA58E. Grayscale: #545454. Windows color (decimal): -12559759 or 7428672. OLE color: 7428672.

HSL color Cylindrical-coordinate representation of color #405A71: hue angle of 208.16º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405A71 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6490113-
CMYK0.430.2000.56
HSL208.16º27.68%34.71%-
HSV(B)208.16º43.36%44.31%-
XYZ8.759.5917.01-
YUV84.85143.89113.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=23.97%
G=33.71%
B=42.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64901130.430.2000.56208.1627.6834.71
Hex405A712B14038d01c23
Octal10013216153240703203443
Binary1000000101101011100011010111010001110001101000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,90,113); }

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

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

 a { background-color: rgb(64,90,113); }

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

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

 span { border-color: rgb(64,90,113); }

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