#44737B

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

Shades of Ming #44737B

Tints of Ming #44737B

Color information

#44737B (or 0x44737B) is unknown color: approx Ming. HEX triplet: 44, 73 and 7B. RGB value is (68,115,123). Sum of RGB (Red+Green+Blue) = 68+115+123=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #44737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44737B is #BB8C84. Grayscale: #656565. Windows color (decimal): -12291205 or 8090436. OLE color: 8090436.

HSL color Cylindrical-coordinate representation of color #44737B: hue angle of 188.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44737B is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68115123-
CMYK0.450.0700.52
HSL188.73º28.8%37.45%-
HSV(B)188.73º44.72%48.24%-
XYZ12.0914.9220.98-
YUV101.86139.93103.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=22.22%
G=37.58%
B=40.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681151230.450.0700.52188.7328.837.45
Hex44737B2D7034bd1d25
Octal1041631735570642753545
Binary10001001110011111101110110111101101001011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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