#416382

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

Shades of Matisse #416382

Tints of Matisse #416382

Color information

#416382 (or 0x416382) is unknown color: approx Matisse. HEX triplet: 41, 63 and 82. RGB value is (65,99,130). Sum of RGB (Red+Green+Blue) = 65+99+130=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #416382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416382 is #BE9C7D. Grayscale: #5C5C5C. Windows color (decimal): -12491902 or 8545089. OLE color: 8545089.

HSL color Cylindrical-coordinate representation of color #416382: hue angle of 208.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416382 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6599130-
CMYK0.500.2400.49
HSL208.62º33.33%38.24%-
HSV(B)208.62º50%50.98%-
XYZ10.6711.6622.81-
YUV92.37149.24108.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=22.11%
G=33.67%
B=44.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65991300.500.2400.49208.6233.3338.24
Hex4163823218031d12126
Octal10114320262300613214146
Binary100000111000111000001011001011000011000111010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416382; }

 p { color: rgb(65,99,130); }

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

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

 a { background-color: rgb(65,99,130); }

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

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

 span { border-color: rgb(65,99,130); }

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