#446F76

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

Shades of Ming #446F76

Tints of Ming #446F76

Color information

#446F76 (or 0x446F76) is unknown color: approx Ming. HEX triplet: 44, 6F and 76. RGB value is (68,111,118). Sum of RGB (Red+Green+Blue) = 68+111+118=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #446F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F76 is #BB9089. Grayscale: #626262. Windows color (decimal): -12292234 or 7761732. OLE color: 7761732.

HSL color Cylindrical-coordinate representation of color #446F76: hue angle of 188.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446F76 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68111118-
CMYK0.420.0600.54
HSL188.4º26.88%36.47%-
HSV(B)188.4º42.37%46.27%-
XYZ11.3413.9119.23-
YUV98.94138.75105.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=22.90%
G=37.37%
B=39.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681111180.420.0600.54188.426.8836.47
Hex446F762A6036bc1b24
Octal1041571665260662743344
Binary10001001101111111011010101011001101101011110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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