#405970

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

Shades of Matisse #405970

Tints of Matisse #405970

Color information

#405970 (or 0x405970) is unknown color: approx Matisse. HEX triplet: 40, 59 and 70. RGB value is (64,89,112). Sum of RGB (Red+Green+Blue) = 64+89+112=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #405970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405970 is #BFA68F. Grayscale: #545454. Windows color (decimal): -12560016 or 7362880. OLE color: 7362880.

HSL color Cylindrical-coordinate representation of color #405970: hue angle of 208.75º degrees, saturation: 0.27, 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 #405970 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6489112-
CMYK0.430.2100.56
HSL208.75º27.27%34.51%-
HSV(B)208.75º42.86%43.92%-
XYZ8.619.416.69-
YUV84.15143.72113.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=24.15%
G=33.58%
B=42.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64891120.430.2100.56208.7527.2734.51
Hex4059702B15038d11b23
Octal10013116053250703213343
Binary1000000101100111100001010111010101110001101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405970; }

 p { color: rgb(64,89,112); }

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

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

 a { background-color: rgb(64,89,112); }

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

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

 span { border-color: rgb(64,89,112); }

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