#425B70

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

Shades of Matisse #425B70

Tints of Matisse #425B70

Color information

#425B70 (or 0x425B70) is unknown color: approx Matisse. HEX triplet: 42, 5B and 70. RGB value is (66,91,112). Sum of RGB (Red+Green+Blue) = 66+91+112=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #425B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B70 is #BDA48F. Grayscale: #555555. Windows color (decimal): -12428432 or 7363394. OLE color: 7363394.

HSL color Cylindrical-coordinate representation of color #425B70: hue angle of 207.39º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #425B70 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6691112-
CMYK0.410.1900.56
HSL207.39º25.84%34.9%-
HSV(B)207.39º41.07%43.92%-
XYZ8.919.8116.75-
YUV85.92142.72113.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=24.54%
G=33.83%
B=41.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66911120.410.1900.56207.3925.8434.9
Hex425B702913038cf1a23
Octal10213316051230703173243
Binary1000010101101111100001010011001101110001100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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