#405B71

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

Shades of Matisse #405B71

Tints of Matisse #405B71

Color information

#405B71 (or 0x405B71) is unknown color: approx Matisse. HEX triplet: 40, 5B and 71. RGB value is (64,91,113). Sum of RGB (Red+Green+Blue) = 64+91+113=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #405B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B71 is #BFA48E. Grayscale: #555555. Windows color (decimal): -12559503 or 7428928. OLE color: 7428928.

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

Color convert

RGB6491113-
CMYK0.430.1900.56
HSL206.94º27.68%34.71%-
HSV(B)206.94º43.36%44.31%-
XYZ8.849.7617.04-
YUV85.44143.55112.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=23.88%
G=33.96%
B=42.16%

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
Decimal64911130.430.1900.56206.9427.6834.71
Hex405B712B13038cf1c23
Octal10013316153230703173443
Binary1000000101101111100011010111001101110001100111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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