#426077

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

Shades of Matisse #426077

Tints of Matisse #426077

Color information

#426077 (or 0x426077) is unknown color: approx Matisse. HEX triplet: 42, 60 and 77. RGB value is (66,96,119). Sum of RGB (Red+Green+Blue) = 66+96+119=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #426077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426077 is #BD9F88. Grayscale: #595959. Windows color (decimal): -12427145 or 7823426. OLE color: 7823426.

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

Color convert

RGB6696119-
CMYK0.450.1900.53
HSL206.04º28.65%36.27%-
HSV(B)206.04º44.54%46.67%-
XYZ9.7610.8619.03-
YUV89.65144.56111.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=23.49%
G=34.16%
B=42.35%

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
Decimal66961190.450.1900.53206.0428.6536.27
Hex4260772D13035ce1d24
Octal10214016755230653163544
Binary1000010110000011101111011011001101101011100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426077; }

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

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

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

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

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

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

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

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