#406079

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

Shades of Matisse #406079

Tints of Matisse #406079

Color information

#406079 (or 0x406079) is unknown color: approx Matisse. HEX triplet: 40, 60 and 79. RGB value is (64,96,121). Sum of RGB (Red+Green+Blue) = 64+96+121=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #406079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406079 is #BF9F86. Grayscale: #595959. Windows color (decimal): -12558215 or 7954496. OLE color: 7954496.

HSL color Cylindrical-coordinate representation of color #406079: hue angle of 206.32º 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 #406079 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6496121-
CMYK0.470.2100.53
HSL206.32º30.81%36.27%-
HSV(B)206.32º47.11%47.45%-
XYZ9.7510.8419.67-
YUV89.28145.9109.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=22.78%
G=34.16%
B=43.06%

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
Decimal64961210.470.2100.53206.3230.8136.27
Hex4060792F15035ce1f24
Octal10014017157250653163744
Binary1000000110000011110011011111010101101011100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406079; }

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

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

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

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

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

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

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

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