#406083

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

Shades of Matisse #406083

Tints of Matisse #406083

Color information

#406083 (or 0x406083) is unknown color: approx Matisse. HEX triplet: 40, 60 and 83. RGB value is (64,96,131). Sum of RGB (Red+Green+Blue) = 64+96+131=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #406083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406083 is #BF9F7C. Grayscale: #5A5A5A. Windows color (decimal): -12558205 or 8609856. OLE color: 8609856.

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

Color convert

RGB6496131-
CMYK0.510.2700.49
HSL211.34º34.36%38.24%-
HSV(B)211.34º51.15%51.37%-
XYZ10.3911.0923.07-
YUV90.42150.9109.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=21.99%
G=32.99%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64961310.510.2700.49211.3434.3638.24
Hex406083331B031d32226
Octal10014020363330613234246
Binary100000011000001000001111001111011011000111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406083; }

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

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

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

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

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

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

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

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