#44767C

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

Shades of Ming #44767C

Tints of Ming #44767C

Color information

#44767C (or 0x44767C) is unknown color: approx Ming. HEX triplet: 44, 76 and 7C. RGB value is (68,118,124). Sum of RGB (Red+Green+Blue) = 68+118+124=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #44767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44767C is #BB8983. Grayscale: #676767. Windows color (decimal): -12290436 or 8156740. OLE color: 8156740.

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

Color convert

RGB68118124-
CMYK0.450.0500.51
HSL186.43º29.17%37.65%-
HSV(B)186.43º45.16%48.63%-
XYZ12.515.6421.43-
YUV103.73139.44102.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 124 (48.83% from 255) = 40%
R=21.94%
G=38.06%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681181240.450.0500.51186.4329.1737.65
Hex44767C2D5033ba1d26
Octal1041661745550632723546
Binary10001001110110111110010110110101100111011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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