#405C71

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

Shades of Matisse #405C71

Tints of Matisse #405C71

Color information

#405C71 (or 0x405C71) is unknown color: approx Matisse. HEX triplet: 40, 5C and 71. RGB value is (64,92,113). Sum of RGB (Red+Green+Blue) = 64+92+113=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #405C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C71 is #BFA38E. Grayscale: #555555. Windows color (decimal): -12559247 or 7429184. OLE color: 7429184.

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

Color convert

RGB6492113-
CMYK0.430.1900.56
HSL205.71º27.68%34.71%-
HSV(B)205.71º43.36%44.31%-
XYZ8.929.9417.07-
YUV86.02143.22112.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=23.79%
G=34.20%
B=42.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64921130.430.1900.56205.7127.6834.71
Hex405C712B13038ce1c23
Octal10013416153230703163443
Binary1000000101110011100011010111001101110001100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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