#44777E

Color #44777E Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #44777E

Tints of Ming #44777E

Color information

#44777E (or 0x44777E) is unknown color: approx Ming. HEX triplet: 44, 77 and 7E. RGB value is (68,119,126). Sum of RGB (Red+Green+Blue) = 68+119+126=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #44777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44777E is #BB8881. Grayscale: #686868. Windows color (decimal): -12290178 or 8288068. OLE color: 8288068.

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

Color convert

RGB68119126-
CMYK0.460.0600.51
HSL187.24º29.9%38.04%-
HSV(B)187.24º46.03%49.41%-
XYZ12.7515.9322.14-
YUV104.55140.1101.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=21.73%
G=38.02%
B=40.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681191260.460.0600.51187.2429.938.04
Hex44777E2E6033bb1e26
Octal1041671765660632733646
Binary10001001110111111111010111011001100111011101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44777E;
 }
 .AnyTagClassName
 {
   color: #44777E;
 }
</style>
background-color css

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

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

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

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

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

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