Html Css Color HEX #44737C Ming

📋 copy color: '#44737C'

red 68 ◦ green 115 ◦ blue 124

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

Shades of Ming #44737C

Tints of Ming #44737C

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 value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44737C (or 0x44737C) is known color: 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

RGB 68 115 124 -
CMYK 0.45 0.07 0 0.51
HSL 189.64º 0.29% 0.38% -
HSV(B) 189.64º 0.45% 0.49% -
XYZ 12.15 14.95 21.31 -
YUV 101.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 68 115 124 0.45 0.07 0 0.51 189.64 0.29 0.38
Hex 44 73 7C 2D 7 0 33 BE 1D 26
Octal 104 163 174 55 7 0 63 276 35 46
Binary 1000100 1110011 1111100 101101 111 0 110011 10111110 11101 100110

Color Harmonies of #44737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44737C

Black with #44737C

Text Example


Text Example

White with #44737C

Text Example


Text Example

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