Html Css Color HEX #44757C Ming

📋 copy color: '#44757C'

red 68 ◦ green 117 ◦ blue 124

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

Shades of Ming #44757C

Tints of Ming #44757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

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

R = 22.01%
G = 37.86%
B = 40.13%

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

#44757C (or 0x44757C) is known color: Ming. HEX triplet: 44, 75 and 7C. RGB value is (68,117,124). Sum of RGB (Red+Green+Blue) = 68+117+124=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #44757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44757C is #BB8A83. Grayscale: #676767. Windows color (decimal): -12290692 or 8156484. OLE color: 8156484.

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

Color convert

RGB 68 117 124 -
CMYK 0.45 0.06 0 0.51
HSL 187.5º 0.29% 0.38% -
HSV(B) 187.5º 0.45% 0.49% -
XYZ 12.38 15.41 21.39 -
YUV 103.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 68 117 124 0.45 0.06 0 0.51 187.5 0.29 0.38
Hex 44 75 7C 2D 6 0 33 BC 1D 26
Octal 104 165 174 55 6 0 63 274 35 46
Binary 1000100 1110101 1111100 101101 110 0 110011 10111100 11101 100110

Color Harmonies of #44757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44757C

Black with #44757C

Text Example


Text Example

White with #44757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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