#44747D

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

Shades of Ming #44747D

Tints of Ming #44747D

Color information

#44747D (or 0x44747D) is unknown color: approx Ming. HEX triplet: 44, 74 and 7D. RGB value is (68,116,125). Sum of RGB (Red+Green+Blue) = 68+116+125=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #44747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44747D is #BB8B82. Grayscale: #666666. Windows color (decimal): -12290947 or 8221764. OLE color: 8221764.

HSL color Cylindrical-coordinate representation of color #44747D: hue angle of 189.47º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44747D is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68116125-
CMYK0.460.0700.51
HSL189.47º29.53%37.84%-
HSV(B)189.47º45.6%49.02%-
XYZ12.3315.221.69-
YUV102.67140.6103.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=22.01%
G=37.54%
B=40.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681161250.460.0700.51189.4729.5337.84
Hex44747D2E7033bd1e26
Octal1041641755670632753646
Binary10001001110100111110110111011101100111011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44747D; }

 p { color: rgb(68,116,125); }

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

<style>
 a { background-color: #44747D; }

 a { background-color: rgb(68,116,125); }

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

<style>
 span { border-color: #44747D; }

 span { border-color: rgb(68,116,125); }

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