#425B71

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

Shades of Matisse #425B71

Tints of Matisse #425B71

Color information

#425B71 (or 0x425B71) is unknown color: approx Matisse. HEX triplet: 42, 5B and 71. RGB value is (66,91,113). Sum of RGB (Red+Green+Blue) = 66+91+113=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #425B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B71 is #BDA48E. Grayscale: #555555. Windows color (decimal): -12428431 or 7428930. OLE color: 7428930.

HSL color Cylindrical-coordinate representation of color #425B71: hue angle of 208.09º 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 #425B71 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6691113-
CMYK0.420.1900.56
HSL208.09º26.26%35.1%-
HSV(B)208.09º41.59%44.31%-
XYZ8.979.8317.05-
YUV86.03143.22113.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=24.44%
G=33.70%
B=41.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66911130.420.1900.56208.0926.2635.1
Hex425B712A13038d01a23
Octal10213316152230703203243
Binary1000010101101111100011010101001101110001101000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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