#416D70

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

Shades of Ming #416D70

Tints of Ming #416D70

Color information

#416D70 (or 0x416D70) is unknown color: approx Ming. HEX triplet: 41, 6D and 70. RGB value is (65,109,112). Sum of RGB (Red+Green+Blue) = 65+109+112=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #416D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D70 is #BE928F. Grayscale: #606060. Windows color (decimal): -12489360 or 7368001. OLE color: 7368001.

HSL color Cylindrical-coordinate representation of color #416D70: hue angle of 183.83º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #416D70 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB65109112-
CMYK0.420.0300.56
HSL183.83º26.55%34.71%-
HSV(B)183.83º41.96%43.92%-
XYZ10.5713.2317.33-
YUV96.19136.92105.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=22.73%
G=38.11%
B=39.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651091120.420.0300.56183.8326.5534.71
Hex416D702A3038b81b23
Octal1011551605230702703343
Binary1000001110110111100001010101101110001011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,109,112); }

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

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

 a { background-color: rgb(65,109,112); }

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

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

 span { border-color: rgb(65,109,112); }

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