#44737C

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

Shades of Ming #44737C

Tints of Ming #44737C

Color information

#44737C (or 0x44737C) is unknown color: approx Ming. HEX triplet: 44, 73 and 7C. RGB value is (68,115,124). Sum of RGB (Red+Green+Blue) = 68+115+124=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #44737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44737C is #BB8C83. Grayscale: #656565. Windows color (decimal): -12291204 or 8155972. OLE color: 8155972.

HSL color Cylindrical-coordinate representation of color #44737C: hue angle of 189.64º 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 #44737C is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68115124-
CMYK0.450.0700.51
HSL189.64º29.17%37.65%-
HSV(B)189.64º45.16%48.63%-
XYZ12.1514.9521.31-
YUV101.97140.43103.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=22.15%
G=37.46%
B=40.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681151240.450.0700.51189.6429.1737.65
Hex44737C2D7033be1d26
Octal1041631745570632763546
Binary10001001110011111110010110111101100111011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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