#447677

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

Shades of Ming #447677

Tints of Ming #447677

Color information

#447677 (or 0x447677) is unknown color: approx Ming. HEX triplet: 44, 76 and 77. RGB value is (68,118,119). Sum of RGB (Red+Green+Blue) = 68+118+119=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #447677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447677 is #BB8988. Grayscale: #676767. Windows color (decimal): -12290441 or 7829060. OLE color: 7829060.

HSL color Cylindrical-coordinate representation of color #447677: hue angle of 181.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447677 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB68118119-
CMYK0.430.0100.53
HSL181.18º27.27%36.67%-
HSV(B)181.18º42.86%46.67%-
XYZ12.1915.5219.81-
YUV103.16136.94102.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=22.30%
G=38.69%
B=39.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681181190.430.0100.53181.1827.2736.67
Hex4476772B1035b51b25
Octal1041661675310652653345
Binary100010011101101110111101011101101011011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447677; }

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

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

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

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

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

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

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

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