#44607C

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

Shades of Matisse #44607C

Tints of Matisse #44607C

Color information

#44607C (or 0x44607C) is unknown color: approx Matisse. HEX triplet: 44, 60 and 7C. RGB value is (68,96,124). Sum of RGB (Red+Green+Blue) = 68+96+124=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #44607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44607C is #BB9F83. Grayscale: #5A5A5A. Windows color (decimal): -12296068 or 8151108. OLE color: 8151108.

HSL color Cylindrical-coordinate representation of color #44607C: hue angle of 210º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44607C is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6896124-
CMYK0.450.2300.51
HSL210º29.17%37.65%-
HSV(B)210º45.16%48.63%-
XYZ10.211.0520.66-
YUV90.82146.72111.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=23.61%
G=33.33%
B=43.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68961240.450.2300.5121029.1737.65
Hex44607C2D17033d21d26
Octal10414017455270633223546
Binary1000100110000011111001011011011101100111101001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44607C; }

 p { color: rgb(68,96,124); }

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

<style>
 a { background-color: #44607C; }

 a { background-color: rgb(68,96,124); }

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

<style>
 span { border-color: #44607C; }

 span { border-color: rgb(68,96,124); }

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