#426084

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

Shades of Matisse #426084

Tints of Matisse #426084

Color information

#426084 (or 0x426084) is unknown color: approx Matisse. HEX triplet: 42, 60 and 84. RGB value is (66,96,132). Sum of RGB (Red+Green+Blue) = 66+96+132=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #426084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426084 is #BD9F7B. Grayscale: #5A5A5A. Windows color (decimal): -12427132 or 8675394. OLE color: 8675394.

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

Color convert

RGB6696132-
CMYK0.50.2700.48
HSL212.73º33.33%38.82%-
HSV(B)212.73º50%51.76%-
XYZ10.5911.1923.43-
YUV91.13151.06110.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=22.45%
G=32.65%
B=44.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66961320.50.2700.48212.7333.3338.82
Hex426084321B030d52127
Octal10214020462330603254147
Binary100001011000001000010011001011011011000011010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426084; }

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

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

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

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

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

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

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

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