#446E72

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

Shades of Ming #446E72

Tints of Ming #446E72

Color information

#446E72 (or 0x446E72) is unknown color: approx Ming. HEX triplet: 44, 6E and 72. RGB value is (68,110,114). Sum of RGB (Red+Green+Blue) = 68+110+114=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #446E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E72 is #BB918D. Grayscale: #616161. Windows color (decimal): -12292494 or 7499332. OLE color: 7499332.

HSL color Cylindrical-coordinate representation of color #446E72: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446E72 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68110114-
CMYK0.400.0400.55
HSL185.22º25.27%35.69%-
HSV(B)185.22º40.35%44.71%-
XYZ1113.617.96-
YUV97.9137.09106.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=23.29%
G=37.67%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681101140.400.0400.55185.2225.2735.69
Hex446E72284037b91924
Octal1041561625040672713144
Binary10001001101110111001010100010001101111011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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