#406185

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

Shades of Matisse #406185

Tints of Matisse #406185

Color information

#406185 (or 0x406185) is unknown color: approx Matisse. HEX triplet: 40, 61 and 85. RGB value is (64,97,133). Sum of RGB (Red+Green+Blue) = 64+97+133=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #406185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406185 is #BF9E7A. Grayscale: #5B5B5B. Windows color (decimal): -12557947 or 8741184. OLE color: 8741184.

HSL color Cylindrical-coordinate representation of color #406185: hue angle of 211.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406185 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6497133-
CMYK0.520.2700.48
HSL211.3º35.03%38.63%-
HSV(B)211.3º51.88%52.16%-
XYZ10.6211.3323.82-
YUV91.24151.57108.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=21.77%
G=32.99%
B=45.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64971330.520.2700.48211.335.0338.63
Hex406185341B030d32327
Octal10014120564330603234347
Binary100000011000011000010111010011011011000011010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406185; }

 p { color: rgb(64,97,133); }

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

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

 a { background-color: rgb(64,97,133); }

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

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

 span { border-color: rgb(64,97,133); }

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