#416F75

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

Shades of Ming #416F75

Tints of Ming #416F75

Color information

#416F75 (or 0x416F75) is unknown color: approx Ming. HEX triplet: 41, 6F and 75. RGB value is (65,111,117). Sum of RGB (Red+Green+Blue) = 65+111+117=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #416F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F75 is #BE908A. Grayscale: #616161. Windows color (decimal): -12488843 or 7696193. OLE color: 7696193.

HSL color Cylindrical-coordinate representation of color #416F75: hue angle of 186.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416F75 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65111117-
CMYK0.440.0500.54
HSL186.92º28.57%35.69%-
HSV(B)186.92º44.44%45.88%-
XYZ11.0813.7818.91-
YUV97.93138.76104.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=22.18%
G=37.88%
B=39.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651111170.440.0500.54186.9228.5735.69
Hex416F752C5036bb1d24
Octal1011571655450662733544
Binary10000011101111111010110110010101101101011101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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