#445F73

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

Shades of Matisse #445F73

Tints of Matisse #445F73

Color information

#445F73 (or 0x445F73) is unknown color: approx Matisse. HEX triplet: 44, 5F and 73. RGB value is (68,95,115). Sum of RGB (Red+Green+Blue) = 68+95+115=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #445F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F73 is #BBA08C. Grayscale: #595959. Windows color (decimal): -12296333 or 7561028. OLE color: 7561028.

HSL color Cylindrical-coordinate representation of color #445F73: hue angle of 205.53º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445F73 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6895115-
CMYK0.410.1700.55
HSL205.53º25.68%35.88%-
HSV(B)205.53º40.87%45.1%-
XYZ9.5710.6517.77-
YUV89.21142.55112.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=24.46%
G=34.17%
B=41.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68951150.410.1700.55205.5325.6835.88
Hex445F732911037ce1a24
Octal10413716351210673163244
Binary1000100101111111100111010011000101101111100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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