#426076

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

Shades of Matisse #426076

Tints of Matisse #426076

Color information

#426076 (or 0x426076) is unknown color: approx Matisse. HEX triplet: 42, 60 and 76. RGB value is (66,96,118). Sum of RGB (Red+Green+Blue) = 66+96+118=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #426076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426076 is #BD9F89. Grayscale: #595959. Windows color (decimal): -12427146 or 7757890. OLE color: 7757890.

HSL color Cylindrical-coordinate representation of color #426076: hue angle of 205.38º 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 #426076 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6696118-
CMYK0.440.1900.54
HSL205.38º28.26%36.08%-
HSV(B)205.38º44.07%46.27%-
XYZ9.710.8318.72-
YUV89.54144.06111.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=23.57%
G=34.29%
B=42.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66961180.440.1900.54205.3828.2636.08
Hex4260762C13036cd1c24
Octal10214016654230663153444
Binary1000010110000011101101011001001101101101100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426076; }

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

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

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

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

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

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

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

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