#44797A

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

Shades of Ming #44797A

Tints of Ming #44797A

Color information

#44797A (or 0x44797A) is unknown color: approx Ming. HEX triplet: 44, 79 and 7A. RGB value is (68,121,122). Sum of RGB (Red+Green+Blue) = 68+121+122=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #44797A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44797A is #BB8685. Grayscale: #696969. Windows color (decimal): -12289670 or 8026436. OLE color: 8026436.

HSL color Cylindrical-coordinate representation of color #44797A: hue angle of 181.11º 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 #44797A is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68121122-
CMYK0.440.0100.52
HSL181.11º28.42%37.25%-
HSV(B)181.11º44.26%47.84%-
XYZ12.7316.3120.89-
YUV105.27137.44101.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=21.86%
G=38.91%
B=39.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681211220.440.0100.52181.1128.4237.25
Hex44797A2C1034b51c25
Octal1041711725410642653445
Binary100010011110011111010101100101101001011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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