#416279

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

Shades of Matisse #416279

Tints of Matisse #416279

Color information

#416279 (or 0x416279) is unknown color: approx Matisse. HEX triplet: 41, 62 and 79. RGB value is (65,98,121). Sum of RGB (Red+Green+Blue) = 65+98+121=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #416279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416279 is #BE9D86. Grayscale: #5A5A5A. Windows color (decimal): -12492167 or 7955009. OLE color: 7955009.

HSL color Cylindrical-coordinate representation of color #416279: hue angle of 204.64º 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 #416279 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6598121-
CMYK0.460.1900.53
HSL204.64º30.11%36.47%-
HSV(B)204.64º46.28%47.45%-
XYZ1011.2419.73-
YUV90.76145.07109.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=22.89%
G=34.51%
B=42.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65981210.460.1900.53204.6430.1136.47
Hex4162792E13035cd1e24
Octal10114217156230653153644
Binary1000001110001011110011011101001101101011100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416279; }

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

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

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

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

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

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

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

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