#416F70

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

Shades of Ming #416F70

Tints of Ming #416F70

Color information

#416F70 (or 0x416F70) is unknown color: approx Ming. HEX triplet: 41, 6F and 70. RGB value is (65,111,112). Sum of RGB (Red+Green+Blue) = 65+111+112=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #416F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F70 is #BE908F. Grayscale: #616161. Windows color (decimal): -12488848 or 7368513. OLE color: 7368513.

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

Color convert

RGB65111112-
CMYK0.420.0100.56
HSL181.28º26.55%34.71%-
HSV(B)181.28º41.96%43.92%-
XYZ10.7913.6617.4-
YUV97.36136.26104.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=22.57%
G=38.54%
B=38.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651111120.420.0100.56181.2826.5534.71
Hex416F702A1038b51b23
Octal1011571605210702653343
Binary100000111011111110000101010101110001011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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