#447978

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

Shades of Ming #447978

Tints of Ming #447978

Color information

#447978 (or 0x447978) is unknown color: approx Ming. HEX triplet: 44, 79 and 78. RGB value is (68,121,120). Sum of RGB (Red+Green+Blue) = 68+121+120=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #447978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447978 is #BB8687. Grayscale: #686868. Windows color (decimal): -12289672 or 7895364. OLE color: 7895364.

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

Color convert

RGB68121120-
CMYK0.4400.010.53
HSL178.87º28.04%37.06%-
HSV(B)178.87º43.8%47.45%-
XYZ12.6116.2620.24-
YUV105.04136.44101.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=22.01%
G=39.16%
B=38.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681211200.4400.010.53178.8728.0437.06
Hex4479782C0135b31c25
Octal1041711705401652633445
Binary100010011110011111000101100011101011011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447978; }

 p { color: rgb(68,121,120); }

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

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

 a { background-color: rgb(68,121,120); }

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

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

 span { border-color: rgb(68,121,120); }

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