#445F78

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

Shades of Matisse #445F78

Tints of Matisse #445F78

Color information

#445F78 (or 0x445F78) is unknown color: approx Matisse. HEX triplet: 44, 5F and 78. RGB value is (68,95,120). Sum of RGB (Red+Green+Blue) = 68+95+120=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #445F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F78 is #BBA087. Grayscale: #595959. Windows color (decimal): -12296328 or 7888708. OLE color: 7888708.

HSL color Cylindrical-coordinate representation of color #445F78: hue angle of 208.85º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445F78 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6895120-
CMYK0.430.2100.53
HSL208.85º27.66%36.86%-
HSV(B)208.85º43.33%47.06%-
XYZ9.8710.7719.33-
YUV89.78145.05112.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=24.03%
G=33.57%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68951200.430.2100.53208.8527.6636.86
Hex445F782B15035d11c25
Octal10413717053250653213445
Binary1000100101111111110001010111010101101011101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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