#406076

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

Shades of Matisse #406076

Tints of Matisse #406076

Color information

#406076 (or 0x406076) is unknown color: approx Matisse. HEX triplet: 40, 60 and 76. RGB value is (64,96,118). Sum of RGB (Red+Green+Blue) = 64+96+118=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #406076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406076 is #BF9F89. Grayscale: #585858. Windows color (decimal): -12558218 or 7757888. OLE color: 7757888.

HSL color Cylindrical-coordinate representation of color #406076: hue angle of 204.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406076 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6496118-
CMYK0.460.1900.54
HSL204.44º29.67%35.69%-
HSV(B)204.44º45.76%46.27%-
XYZ9.5710.7618.71-
YUV88.94144.4110.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=23.02%
G=34.53%
B=42.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64961180.460.1900.54204.4429.6735.69
Hex4060762E13036cc1e24
Octal10014016656230663143644
Binary1000000110000011101101011101001101101101100110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406076; }

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

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

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

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

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

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

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

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