#425E7A

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

Shades of Matisse #425E7A

Tints of Matisse #425E7A

Color information

#425E7A (or 0x425E7A) is unknown color: approx Matisse. HEX triplet: 42, 5E and 7A. RGB value is (66,94,122). Sum of RGB (Red+Green+Blue) = 66+94+122=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #425E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E7A is #BDA185. Grayscale: #585858. Windows color (decimal): -12427654 or 8019522. OLE color: 8019522.

HSL color Cylindrical-coordinate representation of color #425E7A: hue angle of 210º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #425E7A is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6694122-
CMYK0.460.2300.52
HSL210º29.79%36.86%-
HSV(B)210º45.9%47.84%-
XYZ9.7610.5719.94-
YUV88.82146.72111.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=23.40%
G=33.33%
B=43.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66941220.460.2300.5221029.7936.86
Hex425E7A2E17034d21e25
Octal10213617256270643223645
Binary1000010101111011110101011101011101101001101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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