#44777B

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

Shades of Ming #44777B

Tints of Ming #44777B

Color information

#44777B (or 0x44777B) is unknown color: approx Ming. HEX triplet: 44, 77 and 7B. RGB value is (68,119,123). Sum of RGB (Red+Green+Blue) = 68+119+123=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #44777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44777B is #BB8884. Grayscale: #686868. Windows color (decimal): -12290181 or 8091460. OLE color: 8091460.

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

Color convert

RGB68119123-
CMYK0.450.0300.52
HSL184.36º28.8%37.45%-
HSV(B)184.36º44.72%48.24%-
XYZ12.5615.8521.14-
YUV104.21138.6102.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=21.94%
G=38.39%
B=39.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681191230.450.0300.52184.3628.837.45
Hex44777B2D3034b81d25
Octal1041671735530642703545
Binary1000100111011111110111011011101101001011100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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