#447475

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

Shades of Ming #447475

Tints of Ming #447475

Color information

#447475 (or 0x447475) is unknown color: approx Ming. HEX triplet: 44, 74 and 75. RGB value is (68,116,117). Sum of RGB (Red+Green+Blue) = 68+116+117=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #447475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447475 is #BB8B8A. Grayscale: #656565. Windows color (decimal): -12290955 or 7697476. OLE color: 7697476.

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

Color convert

RGB68116117-
CMYK0.420.0100.54
HSL181.22º26.49%36.27%-
HSV(B)181.22º41.88%45.88%-
XYZ11.841519.1-
YUV101.76136.6103.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=22.59%
G=38.54%
B=38.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681161170.420.0100.54181.2226.4936.27
Hex4474752A1036b51a24
Octal1041641655210662653244
Binary100010011101001110101101010101101101011010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447475; }

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

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

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

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

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

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

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

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