#416C6D

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

Shades of Ming #416C6D

Tints of Ming #416C6D

Color information

#416C6D (or 0x416C6D) is unknown color: approx Ming. HEX triplet: 41, 6C and 6D. RGB value is (65,108,109). Sum of RGB (Red+Green+Blue) = 65+108+109=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #416C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C6D is #BE9392. Grayscale: #5F5F5F. Windows color (decimal): -12489619 or 7171137. OLE color: 7171137.

HSL color Cylindrical-coordinate representation of color #416C6D: hue angle of 181.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C6D is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB65108109-
CMYK0.400.0100.57
HSL181.36º25.29%34.12%-
HSV(B)181.36º40.37%42.75%-
XYZ10.312.9516.43-
YUV95.26135.75106.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=23.05%
G=38.30%
B=38.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651081090.400.0100.57181.3625.2934.12
Hex416C6D281039b51922
Octal1011541555010712653142
Binary100000111011001101101101000101110011011010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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