#447172

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

Shades of Ming #447172

Tints of Ming #447172

Color information

#447172 (or 0x447172) is unknown color: approx Ming. HEX triplet: 44, 71 and 72. RGB value is (68,113,114). Sum of RGB (Red+Green+Blue) = 68+113+114=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #447172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447172 is #BB8E8D. Grayscale: #636363. Windows color (decimal): -12291726 or 7500100. OLE color: 7500100.

HSL color Cylindrical-coordinate representation of color #447172: hue angle of 181.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447172 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68113114-
CMYK0.400.0100.55
HSL181.3º25.27%35.69%-
HSV(B)181.3º40.35%44.71%-
XYZ11.3314.2518.07-
YUV99.66136.09105.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=23.05%
G=38.31%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681131140.400.0100.55181.325.2735.69
Hex447172281037b51924
Octal1041611625010672653144
Binary100010011100011110010101000101101111011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447172; }

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

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

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

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

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

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

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

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