#417471

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

Shades of Ming #417471

Tints of Ming #417471

Color information

#417471 (or 0x417471) is unknown color: approx Ming. HEX triplet: 41, 74 and 71. RGB value is (65,116,113). Sum of RGB (Red+Green+Blue) = 65+116+113=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #417471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417471 is #BE8B8E. Grayscale: #646464. Windows color (decimal): -12487567 or 7435329. OLE color: 7435329.

HSL color Cylindrical-coordinate representation of color #417471: hue angle of 176.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417471 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB65116113-
CMYK0.4400.030.55
HSL176.47º28.18%35.49%-
HSV(B)176.47º43.97%45.49%-
XYZ11.4114.8117.88-
YUV100.41135.1102.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=22.11%
G=39.46%
B=38.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161130.4400.030.55176.4728.1835.49
Hex4174712C0337b01c23
Octal1011641615403672603443
Binary1000001111010011100011011000111101111011000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417471; }

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

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

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

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

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

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

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

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