#406182

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

Shades of Matisse #406182

Tints of Matisse #406182

Color information

#406182 (or 0x406182) is unknown color: approx Matisse. HEX triplet: 40, 61 and 82. RGB value is (64,97,130). Sum of RGB (Red+Green+Blue) = 64+97+130=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #406182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406182 is #BF9E7D. Grayscale: #5A5A5A. Windows color (decimal): -12557950 or 8544576. OLE color: 8544576.

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

Color convert

RGB6497130-
CMYK0.510.2500.49
HSL210º34.02%38.04%-
HSV(B)210º50.77%50.98%-
XYZ10.4211.2522.74-
YUV90.9150.07108.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=21.99%
G=33.33%
B=44.67%

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
Decimal64971300.510.2500.4921034.0238.04
Hex4061823319031d22226
Octal10014120263310613224246
Binary100000011000011000001011001111001011000111010010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406182; }

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

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

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

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

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

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

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

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