#425E78

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

Shades of Matisse #425E78

Tints of Matisse #425E78

Color information

#425E78 (or 0x425E78) is unknown color: approx Matisse. HEX triplet: 42, 5E and 78. RGB value is (66,94,120). Sum of RGB (Red+Green+Blue) = 66+94+120=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #425E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E78 is #BDA187. Grayscale: #585858. Windows color (decimal): -12427656 or 7888450. OLE color: 7888450.

HSL color Cylindrical-coordinate representation of color #425E78: hue angle of 208.89º 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 #425E78 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6694120-
CMYK0.450.2200.53
HSL208.89º29.03%36.47%-
HSV(B)208.89º45%47.06%-
XYZ9.6410.5219.29-
YUV88.59145.72111.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=23.57%
G=33.57%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66941200.450.2200.53208.8929.0336.47
Hex425E782D16035d11d24
Octal10213617055260653213544
Binary1000010101111011110001011011011001101011101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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