#446E71

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

Shades of Ming #446E71

Tints of Ming #446E71

Color information

#446E71 (or 0x446E71) is unknown color: approx Ming. HEX triplet: 44, 6E and 71. RGB value is (68,110,113). Sum of RGB (Red+Green+Blue) = 68+110+113=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #446E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E71 is #BB918E. Grayscale: #616161. Windows color (decimal): -12292495 or 7433796. OLE color: 7433796.

HSL color Cylindrical-coordinate representation of color #446E71: hue angle of 184º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446E71 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68110113-
CMYK0.400.0300.56
HSL184º24.86%35.49%-
HSV(B)184º39.82%44.31%-
XYZ10.9413.5717.67-
YUV97.78136.59106.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=23.37%
G=37.80%
B=38.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681101130.400.0300.5618424.8635.49
Hex446E71283038b81923
Octal1041561615030702703143
Binary1000100110111011100011010001101110001011100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446E71; }

 p { color: rgb(68,110,113); }

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

<style>
 a { background-color: #446E71; }

 a { background-color: rgb(68,110,113); }

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

<style>
 span { border-color: #446E71; }

 span { border-color: rgb(68,110,113); }

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