Html Css Color HEX #44757E Ming

📋 copy color: '#44757E'

red 68 ◦ green 117 ◦ blue 126

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

Shades of Ming #44757E

Tints of Ming #44757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 21.86%
G = 37.62%
B = 40.51%

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

#44757E (or 0x44757E) is known color: Ming. HEX triplet: 44, 75 and 7E. RGB value is (68,117,126). Sum of RGB (Red+Green+Blue) = 68+117+126=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #44757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44757E is #BB8A81. Grayscale: #676767. Windows color (decimal): -12290690 or 8287556. OLE color: 8287556.

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

Color convert

RGB 68 117 126 -
CMYK 0.46 0.07 0 0.51
HSL 189.31º 0.3% 0.38% -
HSV(B) 189.31º 0.46% 0.49% -
XYZ 12.51 15.46 22.06 -
YUV 103.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 68 117 126 0.46 0.07 0 0.51 189.31 0.3 0.38
Hex 44 75 7E 2E 7 0 33 BD 1E 26
Octal 104 165 176 56 7 0 63 275 36 46
Binary 1000100 1110101 1111110 101110 111 0 110011 10111101 11110 100110

Color Harmonies of #44757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44757E

Black with #44757E

Text Example


Text Example

White with #44757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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