#425E71

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

Shades of Matisse #425E71

Tints of Matisse #425E71

Color information

#425E71 (or 0x425E71) is unknown color: approx Matisse. HEX triplet: 42, 5E and 71. RGB value is (66,94,113). Sum of RGB (Red+Green+Blue) = 66+94+113=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #425E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E71 is #BDA18E. Grayscale: #575757. Windows color (decimal): -12427663 or 7429698. OLE color: 7429698.

HSL color Cylindrical-coordinate representation of color #425E71: hue angle of 204.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425E71 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6694113-
CMYK0.420.1700.56
HSL204.26º26.26%35.1%-
HSV(B)204.26º41.59%44.31%-
XYZ9.2310.3617.14-
YUV87.79142.22112.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=24.18%
G=34.43%
B=41.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66941130.420.1700.56204.2626.2635.1
Hex425E712A11038cc1a23
Octal10213616152210703143243
Binary1000010101111011100011010101000101110001100110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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