#426075

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

Shades of Matisse #426075

Tints of Matisse #426075

Color information

#426075 (or 0x426075) is unknown color: approx Matisse. HEX triplet: 42, 60 and 75. RGB value is (66,96,117). Sum of RGB (Red+Green+Blue) = 66+96+117=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #426075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426075 is #BD9F8A. Grayscale: #595959. Windows color (decimal): -12427147 or 7692354. OLE color: 7692354.

HSL color Cylindrical-coordinate representation of color #426075: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426075 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6696117-
CMYK0.440.1800.54
HSL204.71º27.87%35.88%-
HSV(B)204.71º43.59%45.88%-
XYZ9.6410.8118.41-
YUV89.42143.56111.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=23.66%
G=34.41%
B=41.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66961170.440.1800.54204.7127.8735.88
Hex4260752C12036cd1c24
Octal10214016554220663153444
Binary1000010110000011101011011001001001101101100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426075; }

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

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

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

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

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

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

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

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