#416380

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

Shades of Matisse #416380

Tints of Matisse #416380

Color information

#416380 (or 0x416380) is unknown color: approx Matisse. HEX triplet: 41, 63 and 80. RGB value is (65,99,128). Sum of RGB (Red+Green+Blue) = 65+99+128=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #416380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416380 is #BE9C7F. Grayscale: #5B5B5B. Windows color (decimal): -12491904 or 8414017. OLE color: 8414017.

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

Color convert

RGB6599128-
CMYK0.490.2300.50
HSL207.62º32.64%37.84%-
HSV(B)207.62º49.22%50.2%-
XYZ10.5411.6122.11-
YUV92.14148.24108.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=22.26%
G=33.90%
B=43.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65991280.490.2300.50207.6232.6437.84
Hex4163803117032d02126
Octal10114320061270623204146
Binary100000111000111000000011000110111011001011010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416380; }

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

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

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

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

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

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

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

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