#416278

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

Shades of Matisse #416278

Tints of Matisse #416278

Color information

#416278 (or 0x416278) is unknown color: approx Matisse. HEX triplet: 41, 62 and 78. RGB value is (65,98,120). Sum of RGB (Red+Green+Blue) = 65+98+120=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #416278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416278 is #BE9D87. Grayscale: #5A5A5A. Windows color (decimal): -12492168 or 7889473. OLE color: 7889473.

HSL color Cylindrical-coordinate representation of color #416278: hue angle of 204º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #416278 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6598120-
CMYK0.460.1800.53
HSL204º29.73%36.27%-
HSV(B)204º45.83%47.06%-
XYZ9.9411.2219.41-
YUV90.64144.57109.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=22.97%
G=34.63%
B=42.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65981200.460.1800.5320429.7336.27
Hex4162782E12035cc1e24
Octal10114217056220653143644
Binary1000001110001011110001011101001001101011100110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416278; }

 p { color: rgb(65,98,120); }

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

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

 a { background-color: rgb(65,98,120); }

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

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

 span { border-color: rgb(65,98,120); }

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