#425D78

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

Shades of Matisse #425D78

Tints of Matisse #425D78

Color information

#425D78 (or 0x425D78) is unknown color: approx Matisse. HEX triplet: 42, 5D and 78. RGB value is (66,93,120). Sum of RGB (Red+Green+Blue) = 66+93+120=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #425D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D78 is #BDA287. Grayscale: #575757. Windows color (decimal): -12427912 or 7888194. OLE color: 7888194.

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

Color convert

RGB6693120-
CMYK0.450.2200.53
HSL210º29.03%36.47%-
HSV(B)210º45%47.06%-
XYZ9.5510.3419.26-
YUV88146.05112.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=23.66%
G=33.33%
B=43.01%

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
Decimal66931200.450.2200.5321029.0336.47
Hex425D782D16035d21d24
Octal10213517055260653223544
Binary1000010101110111110001011011011001101011101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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