#416481

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

Shades of Matisse #416481

Tints of Matisse #416481

Color information

#416481 (or 0x416481) is unknown color: approx Matisse. HEX triplet: 41, 64 and 81. RGB value is (65,100,129). Sum of RGB (Red+Green+Blue) = 65+100+129=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #416481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416481 is #BE9B7E. Grayscale: #5C5C5C. Windows color (decimal): -12491647 or 8479809. OLE color: 8479809.

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

Color convert

RGB65100129-
CMYK0.500.2200.49
HSL207.19º32.99%38.04%-
HSV(B)207.19º49.61%50.59%-
XYZ10.711.8222.49-
YUV92.84148.4108.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=22.11%
G=34.01%
B=43.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651001290.500.2200.49207.1932.9938.04
Hex4164813216031cf2126
Octal10114420162260613174146
Binary100000111001001000000111001010110011000111001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416481; }

 p { color: rgb(65,100,129); }

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

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

 a { background-color: rgb(65,100,129); }

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

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

 span { border-color: rgb(65,100,129); }

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