#426181

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

Shades of Matisse #426181

Tints of Matisse #426181

Color information

#426181 (or 0x426181) is unknown color: approx Matisse. HEX triplet: 42, 61 and 81. RGB value is (66,97,129). Sum of RGB (Red+Green+Blue) = 66+97+129=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #426181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426181 is #BD9E7E. Grayscale: #5B5B5B. Windows color (decimal): -12426879 or 8479042. OLE color: 8479042.

HSL color Cylindrical-coordinate representation of color #426181: hue angle of 210.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426181 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6697129-
CMYK0.490.2500.49
HSL210.48º32.31%38.24%-
HSV(B)210.48º48.84%50.59%-
XYZ10.4811.2922.4-
YUV91.38149.23109.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=22.60%
G=33.22%
B=44.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66971290.490.2500.49210.4832.3138.24
Hex4261813119031d22026
Octal10214120161310613224046
Binary100001011000011000000111000111001011000111010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426181; }

 p { color: rgb(66,97,129); }

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

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

 a { background-color: rgb(66,97,129); }

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

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

 span { border-color: rgb(66,97,129); }

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