#44787C

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

Shades of Ming #44787C

Tints of Ming #44787C

Color information

#44787C (or 0x44787C) is unknown color: approx Ming. HEX triplet: 44, 78 and 7C. RGB value is (68,120,124). Sum of RGB (Red+Green+Blue) = 68+120+124=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #44787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44787C is #BB8783. Grayscale: #686868. Windows color (decimal): -12289924 or 8157252. OLE color: 8157252.

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

Color convert

RGB68120124-
CMYK0.450.0300.51
HSL184.29º29.17%37.65%-
HSV(B)184.29º45.16%48.63%-
XYZ12.7416.1221.51-
YUV104.91138.77101.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=21.79%
G=38.46%
B=39.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681201240.450.0300.51184.2929.1737.65
Hex44787C2D3033b81d26
Octal1041701745530632703546
Binary1000100111100011111001011011101100111011100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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