#416076

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

Shades of Matisse #416076

Tints of Matisse #416076

Color information

#416076 (or 0x416076) is unknown color: approx Matisse. HEX triplet: 41, 60 and 76. RGB value is (65,96,118). Sum of RGB (Red+Green+Blue) = 65+96+118=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #416076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416076 is #BE9F89. Grayscale: #595959. Windows color (decimal): -12492682 or 7757889. OLE color: 7757889.

HSL color Cylindrical-coordinate representation of color #416076: hue angle of 204.91º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416076 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6596118-
CMYK0.450.1900.54
HSL204.91º28.96%35.88%-
HSV(B)204.91º44.92%46.27%-
XYZ9.6310.818.72-
YUV89.24144.23110.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=23.30%
G=34.41%
B=42.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65961180.450.1900.54204.9128.9635.88
Hex4160762D13036cd1d24
Octal10114016655230663153544
Binary1000001110000011101101011011001101101101100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416076; }

 p { color: rgb(65,96,118); }

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

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

 a { background-color: rgb(65,96,118); }

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

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

 span { border-color: rgb(65,96,118); }

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