#447176

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

Shades of Ming #447176

Tints of Ming #447176

Color information

#447176 (or 0x447176) is unknown color: approx Ming. HEX triplet: 44, 71 and 76. RGB value is (68,113,118). Sum of RGB (Red+Green+Blue) = 68+113+118=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #447176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447176 is #BB8E89. Grayscale: #646464. Windows color (decimal): -12291722 or 7762244. OLE color: 7762244.

HSL color Cylindrical-coordinate representation of color #447176: hue angle of 186º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447176 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68113118-
CMYK0.420.0400.54
HSL186º26.88%36.47%-
HSV(B)186º42.37%46.27%-
XYZ11.5614.3519.3-
YUV100.12138.09105.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=22.74%
G=37.79%
B=39.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681131180.420.0400.5418626.8836.47
Hex4471762A4036ba1b24
Octal1041611665240662723344
Binary10001001110001111011010101010001101101011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447176; }

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

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

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

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

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

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

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

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