#417176

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

Shades of Ming #417176

Tints of Ming #417176

Color information

#417176 (or 0x417176) is unknown color: approx Ming. HEX triplet: 41, 71 and 76. RGB value is (65,113,118). Sum of RGB (Red+Green+Blue) = 65+113+118=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #417176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417176 is #BE8E89. Grayscale: #636363. Windows color (decimal): -12488330 or 7762241. OLE color: 7762241.

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

Color convert

RGB65113118-
CMYK0.450.0400.54
HSL185.66º28.96%35.88%-
HSV(B)185.66º44.92%46.27%-
XYZ11.3614.2419.29-
YUV99.22138.6103.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=21.96%
G=38.18%
B=39.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651131180.450.0400.54185.6628.9635.88
Hex4171762D4036ba1d24
Octal1011611665540662723544
Binary10000011110001111011010110110001101101011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417176; }

 p { color: rgb(65,113,118); }

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

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

 a { background-color: rgb(65,113,118); }

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

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

 span { border-color: rgb(65,113,118); }

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