#406184

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

Shades of Matisse #406184

Tints of Matisse #406184

Color information

#406184 (or 0x406184) is unknown color: approx Matisse. HEX triplet: 40, 61 and 84. RGB value is (64,97,132). Sum of RGB (Red+Green+Blue) = 64+97+132=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #406184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406184 is #BF9E7B. Grayscale: #5A5A5A. Windows color (decimal): -12557948 or 8675648. OLE color: 8675648.

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

Color convert

RGB6497132-
CMYK0.520.2700.48
HSL210.88º34.69%38.43%-
HSV(B)210.88º51.52%51.76%-
XYZ10.5511.3123.46-
YUV91.12151.07108.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=21.84%
G=33.11%
B=45.05%

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
Decimal64971320.520.2700.48210.8834.6938.43
Hex406184341B030d32326
Octal10014120464330603234346
Binary100000011000011000010011010011011011000011010011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406184; }

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

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

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

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

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

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

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

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