#406183

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

Shades of Matisse #406183

Tints of Matisse #406183

Color information

#406183 (or 0x406183) is unknown color: approx Matisse. HEX triplet: 40, 61 and 83. RGB value is (64,97,131). Sum of RGB (Red+Green+Blue) = 64+97+131=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #406183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406183 is #BF9E7C. Grayscale: #5A5A5A. Windows color (decimal): -12557949 or 8610112. OLE color: 8610112.

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

Color convert

RGB6497131-
CMYK0.510.2600.49
HSL210.45º34.36%38.24%-
HSV(B)210.45º51.15%51.37%-
XYZ10.4911.2823.1-
YUV91.01150.57108.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=21.92%
G=33.22%
B=44.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64971310.510.2600.49210.4534.3638.24
Hex406183331A031d22226
Octal10014120363320613224246
Binary100000011000011000001111001111010011000111010010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406183; }

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

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

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

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

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

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

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

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