Html Css Color HEX #44747C Ming

📋 copy color: '#44747C'

red 68 ◦ green 116 ◦ blue 124

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

Shades of Ming #44747C

Tints of Ming #44747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 22.08%
G = 37.66%
B = 40.26%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44747C (or 0x44747C) is known color: Ming. HEX triplet: 44, 74 and 7C. RGB value is (68,116,124). Sum of RGB (Red+Green+Blue) = 68+116+124=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #44747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44747C is #BB8B83. Grayscale: #666666. Windows color (decimal): -12290948 or 8156228. OLE color: 8156228.

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

Color convert

RGB 68 116 124 -
CMYK 0.45 0.06 0 0.51
HSL 188.57º 0.29% 0.38% -
HSV(B) 188.57º 0.45% 0.49% -
XYZ 12.27 15.17 21.35 -
YUV 102.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 68 116 124 0.45 0.06 0 0.51 188.57 0.29 0.38
Hex 44 74 7C 2D 6 0 33 BD 1D 26
Octal 104 164 174 55 6 0 63 275 35 46
Binary 1000100 1110100 1111100 101101 110 0 110011 10111101 11101 100110

Color Harmonies of #44747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44747C

Black with #44747C

Text Example


Text Example

White with #44747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44747C;
 }
 .AnyTagClassName
 {
   color: #44747C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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