#406582

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

Shades of Matisse #406582

Tints of Matisse #406582

Color information

#406582 (or 0x406582) is unknown color: approx Matisse. HEX triplet: 40, 65 and 82. RGB value is (64,101,130). Sum of RGB (Red+Green+Blue) = 64+101+130=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #406582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406582 is #BF9A7D. Grayscale: #5D5D5D. Windows color (decimal): -12556926 or 8545600. OLE color: 8545600.

HSL color Cylindrical-coordinate representation of color #406582: hue angle of 206.36º 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 #406582 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64101130-
CMYK0.510.2200.49
HSL206.36º34.02%38.04%-
HSV(B)206.36º50.77%50.98%-
XYZ10.812.0122.87-
YUV93.24148.74107.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=21.69%
G=34.24%
B=44.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641011300.510.2200.49206.3634.0238.04
Hex4065823316031ce2226
Octal10014520263260613164246
Binary100000011001011000001011001110110011000111001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406582; }

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

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

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

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

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

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

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

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