#447178

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

Shades of Ming #447178

Tints of Ming #447178

Color information

#447178 (or 0x447178) is unknown color: approx Ming. HEX triplet: 44, 71 and 78. RGB value is (68,113,120). Sum of RGB (Red+Green+Blue) = 68+113+120=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #447178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447178 is #BB8E87. Grayscale: #646464. Windows color (decimal): -12291720 or 7893316. OLE color: 7893316.

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

Color convert

RGB68113120-
CMYK0.430.0600.53
HSL188.08º27.66%36.86%-
HSV(B)188.08º43.33%47.06%-
XYZ11.6814.419.93-
YUV100.34139.09104.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=22.59%
G=37.54%
B=39.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681131200.430.0600.53188.0827.6636.86
Hex4471782B6035bc1c25
Octal1041611705360652743445
Binary10001001110001111100010101111001101011011110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447178; }

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

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

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

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

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

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

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

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