#406482

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

Shades of Matisse #406482

Tints of Matisse #406482

Color information

#406482 (or 0x406482) is unknown color: approx Matisse. HEX triplet: 40, 64 and 82. RGB value is (64,100,130). Sum of RGB (Red+Green+Blue) = 64+100+130=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #406482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406482 is #BF9B7D. Grayscale: #5C5C5C. Windows color (decimal): -12557182 or 8545344. OLE color: 8545344.

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

Color convert

RGB64100130-
CMYK0.510.2300.49
HSL207.27º34.02%38.04%-
HSV(B)207.27º50.77%50.98%-
XYZ10.711.8222.84-
YUV92.66149.07107.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=21.77%
G=34.01%
B=44.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641001300.510.2300.49207.2734.0238.04
Hex4064823317031cf2226
Octal10014420263270613174246
Binary100000011001001000001011001110111011000111001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406482; }

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

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

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

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

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

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

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

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