#416C70

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

Shades of Ming #416C70

Tints of Ming #416C70

Color information

#416C70 (or 0x416C70) is unknown color: approx Ming. HEX triplet: 41, 6C and 70. RGB value is (65,108,112). Sum of RGB (Red+Green+Blue) = 65+108+112=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #416C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C70 is #BE938F. Grayscale: #5F5F5F. Windows color (decimal): -12489616 or 7367745. OLE color: 7367745.

HSL color Cylindrical-coordinate representation of color #416C70: hue angle of 185.11º 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 #416C70 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB65108112-
CMYK0.420.0400.56
HSL185.11º26.55%34.71%-
HSV(B)185.11º41.96%43.92%-
XYZ10.4713.0217.29-
YUV95.6137.25106.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=22.81%
G=37.89%
B=39.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651081120.420.0400.56185.1126.5534.71
Hex416C702A4038b91b23
Octal1011541605240702713343
Binary10000011101100111000010101010001110001011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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