#44727A

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

Shades of Ming #44727A

Tints of Ming #44727A

Color information

#44727A (or 0x44727A) is unknown color: approx Ming. HEX triplet: 44, 72 and 7A. RGB value is (68,114,122). Sum of RGB (Red+Green+Blue) = 68+114+122=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #44727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44727A is #BB8D85. Grayscale: #656565. Windows color (decimal): -12291462 or 8024644. OLE color: 8024644.

HSL color Cylindrical-coordinate representation of color #44727A: hue angle of 188.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44727A is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68114122-
CMYK0.440.0700.52
HSL188.89º28.42%37.25%-
HSV(B)188.89º44.26%47.84%-
XYZ11.9114.6720.62-
YUV101.16139.76104.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=22.37%
G=37.5%
B=40.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681141220.440.0700.52188.8928.4237.25
Hex44727A2C7034bd1c25
Octal1041621725470642753445
Binary10001001110010111101010110011101101001011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44727A; }

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

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

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

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

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

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

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

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