#416E72

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

Shades of Ming #416E72

Tints of Ming #416E72

Color information

#416E72 (or 0x416E72) is unknown color: approx Ming. HEX triplet: 41, 6E and 72. RGB value is (65,110,114). Sum of RGB (Red+Green+Blue) = 65+110+114=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #416E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E72 is #BE918D. Grayscale: #606060. Windows color (decimal): -12489102 or 7499329. OLE color: 7499329.

HSL color Cylindrical-coordinate representation of color #416E72: hue angle of 184.9º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416E72 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65110114-
CMYK0.430.0400.55
HSL184.9º27.37%35.1%-
HSV(B)184.9º42.98%44.71%-
XYZ10.7913.4917.95-
YUV97137.59105.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=22.49%
G=38.06%
B=39.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651101140.430.0400.55184.927.3735.1
Hex416E722B4037b91b23
Octal1011561625340672713343
Binary10000011101110111001010101110001101111011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E72; }

 p { color: rgb(65,110,114); }

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

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

 a { background-color: rgb(65,110,114); }

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

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

 span { border-color: rgb(65,110,114); }

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