#425D77

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

Shades of Matisse #425D77

Tints of Matisse #425D77

Color information

#425D77 (or 0x425D77) is unknown color: approx Matisse. HEX triplet: 42, 5D and 77. RGB value is (66,93,119). Sum of RGB (Red+Green+Blue) = 66+93+119=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #425D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D77 is #BDA288. Grayscale: #575757. Windows color (decimal): -12427913 or 7822658. OLE color: 7822658.

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

Color convert

RGB6693119-
CMYK0.450.2200.53
HSL209.43º28.65%36.27%-
HSV(B)209.43º44.54%46.67%-
XYZ9.4910.3218.94-
YUV87.89145.55112.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=23.74%
G=33.45%
B=42.81%

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
Decimal66931190.450.2200.53209.4328.6536.27
Hex425D772D16035d11d24
Octal10213516755260653213544
Binary1000010101110111101111011011011001101011101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,119); }

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

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

 a { background-color: rgb(66,93,119); }

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

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

 span { border-color: rgb(66,93,119); }

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