#416084

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

Shades of Matisse #416084

Tints of Matisse #416084

Color information

#416084 (or 0x416084) is unknown color: approx Matisse. HEX triplet: 41, 60 and 84. RGB value is (65,96,132). Sum of RGB (Red+Green+Blue) = 65+96+132=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #416084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416084 is #BE9F7B. Grayscale: #5A5A5A. Windows color (decimal): -12492668 or 8675393. OLE color: 8675393.

HSL color Cylindrical-coordinate representation of color #416084: hue angle of 212.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416084 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6596132-
CMYK0.510.2700.48
HSL212.24º34.01%38.63%-
HSV(B)212.24º50.76%51.76%-
XYZ10.5311.1623.43-
YUV90.84151.23109.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=22.18%
G=32.76%
B=45.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65961320.510.2700.48212.2434.0138.63
Hex416084331B030d42227
Octal10114020463330603244247
Binary100000111000001000010011001111011011000011010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416084; }

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

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

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

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

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

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

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

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