Html Css Color HEX #44747D Ming

📋 copy color: '#44747D'

red 68 ◦ green 116 ◦ blue 125

#44747D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #44747D

Tints of Ming #44747D

RGB

 RED value IS 68 (26.95% from 255) = 22.01%

 GREEN value IS 116 (45.7% 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 value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44747D (or 0x44747D) is known color: 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

RGB 68 116 125 -
CMYK 0.46 0.07 0 0.51
HSL 189.47º 0.3% 0.38% -
HSV(B) 189.47º 0.46% 0.49% -
XYZ 12.33 15.2 21.69 -
YUV 102.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 68 116 125 0.46 0.07 0 0.51 189.47 0.3 0.38
Hex 44 74 7D 2E 7 0 33 BD 1E 26
Octal 104 164 175 56 7 0 63 275 36 46
Binary 1000100 1110100 1111101 101110 111 0 110011 10111101 11110 100110

Color Harmonies of #44747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44747D

Black with #44747D

Text Example


Text Example

White with #44747D

Text Example


Text Example

HTML Codes & Css Web 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>