#447476

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

Shades of Ming #447476

Tints of Ming #447476

Color information

#447476 (or 0x447476) is unknown color: approx Ming. HEX triplet: 44, 74 and 76. RGB value is (68,116,118). Sum of RGB (Red+Green+Blue) = 68+116+118=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #447476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447476 is #BB8B89. Grayscale: #656565. Windows color (decimal): -12290954 or 7763012. OLE color: 7763012.

HSL color Cylindrical-coordinate representation of color #447476: hue angle of 182.4º 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 #447476 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB68116118-
CMYK0.420.0200.54
HSL182.4º26.88%36.47%-
HSV(B)182.4º42.37%46.27%-
XYZ11.915.0319.41-
YUV101.88137.1103.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=22.52%
G=38.41%
B=39.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681161180.420.0200.54182.426.8836.47
Hex4474762A2036b61b24
Octal1041641665220662663344
Binary1000100111010011101101010101001101101011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447476; }

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

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

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

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

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

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

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

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