#406384

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

Shades of Matisse #406384

Tints of Matisse #406384

Color information

#406384 (or 0x406384) is unknown color: approx Matisse. HEX triplet: 40, 63 and 84. RGB value is (64,99,132). Sum of RGB (Red+Green+Blue) = 64+99+132=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #406384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406384 is #BF9C7B. Grayscale: #5C5C5C. Windows color (decimal): -12557436 or 8676160. OLE color: 8676160.

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

Color convert

RGB6499132-
CMYK0.520.2500.48
HSL209.12º34.69%38.43%-
HSV(B)209.12º51.52%51.76%-
XYZ10.7411.6823.52-
YUV92.3150.4107.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=21.69%
G=33.56%
B=44.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64991320.520.2500.48209.1234.6938.43
Hex4063843419030d12326
Octal10014320464310603214346
Binary100000011000111000010011010011001011000011010001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406384; }

 p { color: rgb(64,99,132); }

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

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

 a { background-color: rgb(64,99,132); }

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

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

 span { border-color: rgb(64,99,132); }

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