#44777A

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

Shades of Ming #44777A

Tints of Ming #44777A

Color information

#44777A (or 0x44777A) is unknown color: approx Ming. HEX triplet: 44, 77 and 7A. RGB value is (68,119,122). Sum of RGB (Red+Green+Blue) = 68+119+122=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #44777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44777A is #BB8885. Grayscale: #686868. Windows color (decimal): -12290182 or 8025924. OLE color: 8025924.

HSL color Cylindrical-coordinate representation of color #44777A: hue angle of 183.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44777A is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68119122-
CMYK0.440.0200.52
HSL183.33º28.42%37.25%-
HSV(B)183.33º44.26%47.84%-
XYZ12.4915.8320.81-
YUV104.09138.1102.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=22.01%
G=38.51%
B=39.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681191220.440.0200.52183.3328.4237.25
Hex44777A2C2034b71c25
Octal1041671725420642673445
Binary1000100111011111110101011001001101001011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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