#447075

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

Shades of Ming #447075

Tints of Ming #447075

Color information

#447075 (or 0x447075) is unknown color: approx Ming. HEX triplet: 44, 70 and 75. RGB value is (68,112,117). Sum of RGB (Red+Green+Blue) = 68+112+117=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #447075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447075 is #BB8F8A. Grayscale: #636363. Windows color (decimal): -12291979 or 7696452. OLE color: 7696452.

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

Color convert

RGB68112117-
CMYK0.420.0400.54
HSL186.12º26.49%36.27%-
HSV(B)186.12º41.88%45.88%-
XYZ11.3914.118.95-
YUV99.41137.92105.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=22.90%
G=37.71%
B=39.39%

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
Decimal681121170.420.0400.54186.1226.4936.27
Hex4470752A4036ba1a24
Octal1041601655240662723244
Binary10001001110000111010110101010001101101011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447075; }

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

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

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

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

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

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

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

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