#406082

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

Shades of Matisse #406082

Tints of Matisse #406082

Color information

#406082 (or 0x406082) is unknown color: approx Matisse. HEX triplet: 40, 60 and 82. RGB value is (64,96,130). Sum of RGB (Red+Green+Blue) = 64+96+130=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #406082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406082 is #BF9F7D. Grayscale: #5A5A5A. Windows color (decimal): -12558206 or 8544320. OLE color: 8544320.

HSL color Cylindrical-coordinate representation of color #406082: hue angle of 210.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406082 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6496130-
CMYK0.510.2600.49
HSL210.91º34.02%38.04%-
HSV(B)210.91º50.77%50.98%-
XYZ10.3311.0722.71-
YUV90.31150.4109.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=22.07%
G=33.10%
B=44.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64961300.510.2600.49210.9134.0238.04
Hex406082331A031d32226
Octal10014020263320613234246
Binary100000011000001000001011001111010011000111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406082; }

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

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

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

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

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

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

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

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