#406282

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

Shades of Matisse #406282

Tints of Matisse #406282

Color information

#406282 (or 0x406282) is unknown color: approx Matisse. HEX triplet: 40, 62 and 82. RGB value is (64,98,130). Sum of RGB (Red+Green+Blue) = 64+98+130=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #406282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406282 is #BF9D7D. Grayscale: #5B5B5B. Windows color (decimal): -12557694 or 8544832. OLE color: 8544832.

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

Color convert

RGB6498130-
CMYK0.510.2500.49
HSL209.09º34.02%38.04%-
HSV(B)209.09º50.77%50.98%-
XYZ10.5111.4422.77-
YUV91.48149.74108.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=21.92%
G=33.56%
B=44.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64981300.510.2500.49209.0934.0238.04
Hex4062823319031d12226
Octal10014220263310613214246
Binary100000011000101000001011001111001011000111010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406282; }

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

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

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

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

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

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

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

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