#446F6E

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

Shades of Ming #446F6E

Tints of Ming #446F6E

Color information

#446F6E (or 0x446F6E) is unknown color: approx Ming. HEX triplet: 44, 6F and 6E. RGB value is (68,111,110). Sum of RGB (Red+Green+Blue) = 68+111+110=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #446F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F6E is #BB9091. Grayscale: #616161. Windows color (decimal): -12292242 or 7237444. OLE color: 7237444.

HSL color Cylindrical-coordinate representation of color #446F6E: hue angle of 178.6º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F6E is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB68111110-
CMYK0.3900.010.56
HSL178.6º24.02%35.1%-
HSV(B)178.6º38.74%43.53%-
XYZ10.8813.7216.83-
YUV98.03134.75106.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=23.53%
G=38.41%
B=38.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681111100.3900.010.56178.624.0235.1
Hex446F6E270138b31823
Octal1041571564701702633043
Binary100010011011111101110100111011110001011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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