#425F76

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

Shades of Matisse #425F76

Tints of Matisse #425F76

Color information

#425F76 (or 0x425F76) is unknown color: approx Matisse. HEX triplet: 42, 5F and 76. RGB value is (66,95,118). Sum of RGB (Red+Green+Blue) = 66+95+118=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #425F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F76 is #BDA089. Grayscale: #585858. Windows color (decimal): -12427402 or 7757634. OLE color: 7757634.

HSL color Cylindrical-coordinate representation of color #425F76: hue angle of 206.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425F76 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6695118-
CMYK0.440.1900.54
HSL206.54º28.26%36.08%-
HSV(B)206.54º44.07%46.27%-
XYZ9.6110.6518.69-
YUV88.95144.39111.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=23.66%
G=34.05%
B=42.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66951180.440.1900.54206.5428.2636.08
Hex425F762C13036cf1c24
Octal10213716654230663173444
Binary1000010101111111101101011001001101101101100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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