#425F77

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

Shades of Matisse #425F77

Tints of Matisse #425F77

Color information

#425F77 (or 0x425F77) is unknown color: approx Matisse. HEX triplet: 42, 5F and 77. RGB value is (66,95,119). Sum of RGB (Red+Green+Blue) = 66+95+119=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #425F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F77 is #BDA088. Grayscale: #585858. Windows color (decimal): -12427401 or 7823170. OLE color: 7823170.

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

Color convert

RGB6695119-
CMYK0.450.2000.53
HSL207.17º28.65%36.27%-
HSV(B)207.17º44.54%46.67%-
XYZ9.6710.6719-
YUV89.06144.89111.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=23.57%
G=33.93%
B=42.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66951190.450.2000.53207.1728.6536.27
Hex425F772D14035cf1d24
Octal10213716755240653173544
Binary1000010101111111101111011011010001101011100111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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