#405F79

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

Shades of Matisse #405F79

Tints of Matisse #405F79

Color information

#405F79 (or 0x405F79) is unknown color: approx Matisse. HEX triplet: 40, 5F and 79. RGB value is (64,95,121). Sum of RGB (Red+Green+Blue) = 64+95+121=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #405F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F79 is #BFA086. Grayscale: #585858. Windows color (decimal): -12558471 or 7954240. OLE color: 7954240.

HSL color Cylindrical-coordinate representation of color #405F79: hue angle of 207.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405F79 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6495121-
CMYK0.470.2100.53
HSL207.37º30.81%36.27%-
HSV(B)207.37º47.11%47.45%-
XYZ9.6610.6519.64-
YUV88.7146.23110.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=22.86%
G=33.93%
B=43.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64951210.470.2100.53207.3730.8136.27
Hex405F792F15035cf1f24
Octal10013717157250653173744
Binary1000000101111111110011011111010101101011100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,121); }

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

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

 a { background-color: rgb(64,95,121); }

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

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

 span { border-color: rgb(64,95,121); }

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