#447774

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

Shades of Ming #447774

Tints of Ming #447774

Color information

#447774 (or 0x447774) is unknown color: approx Ming. HEX triplet: 44, 77 and 74. RGB value is (68,119,116). Sum of RGB (Red+Green+Blue) = 68+119+116=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #447774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447774 is #BB888B. Grayscale: #676767. Windows color (decimal): -12290188 or 7632708. OLE color: 7632708.

HSL color Cylindrical-coordinate representation of color #447774: hue angle of 176.47º 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 #447774 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB68119116-
CMYK0.4300.030.53
HSL176.47º27.27%36.67%-
HSV(B)176.47º42.86%46.67%-
XYZ12.1315.6818.91-
YUV103.41135.1102.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=22.44%
G=39.27%
B=38.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681191160.4300.030.53176.4727.2736.67
Hex4477742B0335b01b25
Octal1041671645303652603345
Binary1000100111011111101001010110111101011011000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447774; }

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

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

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

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

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

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

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

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