#447073

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

Shades of Ming #447073

Tints of Ming #447073

Color information

#447073 (or 0x447073) is unknown color: approx Ming. HEX triplet: 44, 70 and 73. RGB value is (68,112,115). Sum of RGB (Red+Green+Blue) = 68+112+115=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #447073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447073 is #BB8F8C. Grayscale: #636363. Windows color (decimal): -12291981 or 7565380. OLE color: 7565380.

HSL color Cylindrical-coordinate representation of color #447073: hue angle of 183.83º 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 #447073 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68112115-
CMYK0.410.0300.55
HSL183.83º25.68%35.88%-
HSV(B)183.83º40.87%45.1%-
XYZ11.2714.0618.34-
YUV99.19136.92105.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=23.05%
G=37.97%
B=38.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681121150.410.0300.55183.8325.6835.88
Hex447073293037b81a24
Octal1041601635130672703244
Binary1000100111000011100111010011101101111011100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447073; }

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

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

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

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

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

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

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

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