#426279

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

Shades of Matisse #426279

Tints of Matisse #426279

Color information

#426279 (or 0x426279) is unknown color: approx Matisse. HEX triplet: 42, 62 and 79. RGB value is (66,98,121). Sum of RGB (Red+Green+Blue) = 66+98+121=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #426279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426279 is #BD9D86. Grayscale: #5A5A5A. Windows color (decimal): -12426631 or 7955010. OLE color: 7955010.

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

Color convert

RGB6698121-
CMYK0.450.1900.53
HSL205.09º29.41%36.67%-
HSV(B)205.09º45.45%47.45%-
XYZ10.0711.2719.73-
YUV91.05144.9110.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=23.16%
G=34.39%
B=42.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66981210.450.1900.53205.0929.4136.67
Hex4262792D13035cd1d25
Octal10214217155230653153545
Binary1000010110001011110011011011001101101011100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426279; }

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

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

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

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

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

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

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

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