#416F73

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

Shades of Ming #416F73

Tints of Ming #416F73

Color information

#416F73 (or 0x416F73) is unknown color: approx Ming. HEX triplet: 41, 6F and 73. RGB value is (65,111,115). Sum of RGB (Red+Green+Blue) = 65+111+115=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #416F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F73 is #BE908C. Grayscale: #616161. Windows color (decimal): -12488845 or 7565121. OLE color: 7565121.

HSL color Cylindrical-coordinate representation of color #416F73: hue angle of 184.8º degrees, saturation: 0.28, 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 #416F73 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65111115-
CMYK0.430.0300.55
HSL184.8º27.78%35.29%-
HSV(B)184.8º43.48%45.1%-
XYZ10.9613.7318.29-
YUV97.7137.76104.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=22.34%
G=38.14%
B=39.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651111150.430.0300.55184.827.7835.29
Hex416F732B3037b91c23
Octal1011571635330672713443
Binary1000001110111111100111010111101101111011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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