#445F76

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

Shades of Matisse #445F76

Tints of Matisse #445F76

Color information

#445F76 (or 0x445F76) is unknown color: approx Matisse. HEX triplet: 44, 5F and 76. RGB value is (68,95,118). Sum of RGB (Red+Green+Blue) = 68+95+118=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #445F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F76 is #BBA089. Grayscale: #595959. Windows color (decimal): -12296330 or 7757636. OLE color: 7757636.

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

Color convert

RGB6895118-
CMYK0.420.1900.54
HSL207.6º26.88%36.47%-
HSV(B)207.6º42.37%46.27%-
XYZ9.7510.7218.7-
YUV89.55144.05112.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=24.20%
G=33.81%
B=41.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68951180.420.1900.54207.626.8836.47
Hex445F762A13036d01b24
Octal10413716652230663203344
Binary1000100101111111101101010101001101101101101000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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