#426480

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

Shades of Matisse #426480

Tints of Matisse #426480

Color information

#426480 (or 0x426480) is unknown color: approx Matisse. HEX triplet: 42, 64 and 80. RGB value is (66,100,128). Sum of RGB (Red+Green+Blue) = 66+100+128=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #426480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426480 is #BD9B7F. Grayscale: #5C5C5C. Windows color (decimal): -12426112 or 8414274. OLE color: 8414274.

HSL color Cylindrical-coordinate representation of color #426480: hue angle of 207.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426480 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66100128-
CMYK0.480.2200.50
HSL207.1º31.96%38.04%-
HSV(B)207.1º48.44%50.2%-
XYZ10.711.8322.14-
YUV93.03147.74108.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=22.45%
G=34.01%
B=43.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661001280.480.2200.50207.131.9638.04
Hex4264803016032cf2026
Octal10214420060260623174046
Binary100001011001001000000011000010110011001011001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426480; }

 p { color: rgb(66,100,128); }

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

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

 a { background-color: rgb(66,100,128); }

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

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

 span { border-color: rgb(66,100,128); }

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