#425E76

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

Shades of Matisse #425E76

Tints of Matisse #425E76

Color information

#425E76 (or 0x425E76) is unknown color: approx Matisse. HEX triplet: 42, 5E and 76. RGB value is (66,94,118). Sum of RGB (Red+Green+Blue) = 66+94+118=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #425E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E76 is #BDA189. Grayscale: #585858. Windows color (decimal): -12427658 or 7757378. OLE color: 7757378.

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

Color convert

RGB6694118-
CMYK0.440.2000.54
HSL207.69º28.26%36.08%-
HSV(B)207.69º44.07%46.27%-
XYZ9.5210.4718.66-
YUV88.36144.72112.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=23.74%
G=33.81%
B=42.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66941180.440.2000.54207.6928.2636.08
Hex425E762C14036d01c24
Octal10213616654240663203444
Binary1000010101111011101101011001010001101101101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E76; }

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

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

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

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

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

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

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

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