#447778

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

Shades of Ming #447778

Tints of Ming #447778

Color information

#447778 (or 0x447778) is unknown color: approx Ming. HEX triplet: 44, 77 and 78. RGB value is (68,119,120). Sum of RGB (Red+Green+Blue) = 68+119+120=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #447778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447778 is #BB8887. Grayscale: #676767. Windows color (decimal): -12290184 or 7894852. OLE color: 7894852.

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

Color convert

RGB68119120-
CMYK0.430.0100.53
HSL181.15º27.66%36.86%-
HSV(B)181.15º43.33%47.06%-
XYZ12.3715.7820.16-
YUV103.86137.1102.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=22.15%
G=38.76%
B=39.09%

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
Decimal681191200.430.0100.53181.1527.6636.86
Hex4477782B1035b51c25
Octal1041671705310652653445
Binary100010011101111111000101011101101011011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447778; }

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

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

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

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

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

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

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

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