#447173

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

Shades of Ming #447173

Tints of Ming #447173

Color information

#447173 (or 0x447173) is unknown color: approx Ming. HEX triplet: 44, 71 and 73. RGB value is (68,113,115). Sum of RGB (Red+Green+Blue) = 68+113+115=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #447173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447173 is #BB8E8C. Grayscale: #636363. Windows color (decimal): -12291725 or 7565636. OLE color: 7565636.

HSL color Cylindrical-coordinate representation of color #447173: hue angle of 182.55º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447173 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68113115-
CMYK0.410.0200.55
HSL182.55º25.68%35.88%-
HSV(B)182.55º40.87%45.1%-
XYZ11.3814.2818.38-
YUV99.77136.59105.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=22.97%
G=38.18%
B=38.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681131150.410.0200.55182.5525.6835.88
Hex447173292037b71a24
Octal1041611635120672673244
Binary1000100111000111100111010011001101111011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447173; }

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

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

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

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

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

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

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

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