#446F73

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

Shades of Ming #446F73

Tints of Ming #446F73

Color information

#446F73 (or 0x446F73) is unknown color: approx Ming. HEX triplet: 44, 6F and 73. RGB value is (68,111,115). Sum of RGB (Red+Green+Blue) = 68+111+115=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #446F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F73 is #BB908C. Grayscale: #626262. Windows color (decimal): -12292237 or 7565124. OLE color: 7565124.

HSL color Cylindrical-coordinate representation of color #446F73: hue angle of 185.11º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #446F73 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68111115-
CMYK0.410.0300.55
HSL185.11º25.68%35.88%-
HSV(B)185.11º40.87%45.1%-
XYZ11.1613.8418.3-
YUV98.6137.25106.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=23.13%
G=37.76%
B=39.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681111150.410.0300.55185.1125.6835.88
Hex446F73293037b91a24
Octal1041571635130672713244
Binary1000100110111111100111010011101101111011100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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