#405D71

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

Shades of Matisse #405D71

Tints of Matisse #405D71

Color information

#405D71 (or 0x405D71) is unknown color: approx Matisse. HEX triplet: 40, 5D and 71. RGB value is (64,93,113). Sum of RGB (Red+Green+Blue) = 64+93+113=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #405D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D71 is #BFA28E. Grayscale: #565656. Windows color (decimal): -12558991 or 7429440. OLE color: 7429440.

HSL color Cylindrical-coordinate representation of color #405D71: hue angle of 204.49º 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 #405D71 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6493113-
CMYK0.430.1800.56
HSL204.49º27.68%34.71%-
HSV(B)204.49º43.36%44.31%-
XYZ9.0110.1117.1-
YUV86.61142.89111.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=23.70%
G=34.44%
B=41.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64931130.430.1800.56204.4927.6834.71
Hex405D712B12038cc1c23
Octal10013516153220703143443
Binary1000000101110111100011010111001001110001100110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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