#416580

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

Shades of Matisse #416580

Tints of Matisse #416580

Color information

#416580 (or 0x416580) is unknown color: approx Matisse. HEX triplet: 41, 65 and 80. RGB value is (65,101,128). Sum of RGB (Red+Green+Blue) = 65+101+128=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #416580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416580 is #BE9A7F. Grayscale: #5D5D5D. Windows color (decimal): -12491392 or 8414529. OLE color: 8414529.

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

Color convert

RGB65101128-
CMYK0.490.2100.50
HSL205.71º32.64%37.84%-
HSV(B)205.71º49.22%50.2%-
XYZ10.7311.9922.17-
YUV93.31147.57107.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=22.11%
G=34.35%
B=43.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651011280.490.2100.50205.7132.6437.84
Hex4165803115032ce2126
Octal10114520061250623164146
Binary100000111001011000000011000110101011001011001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416580; }

 p { color: rgb(65,101,128); }

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

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

 a { background-color: rgb(65,101,128); }

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

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

 span { border-color: rgb(65,101,128); }

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