#41757F

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

Shades of Ming #41757F

Tints of Ming #41757F

Color information

#41757F (or 0x41757F) is unknown color: approx Ming. HEX triplet: 41, 75 and 7F. RGB value is (65,117,127). Sum of RGB (Red+Green+Blue) = 65+117+127=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #41757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41757F is #BE8A80. Grayscale: #666666. Windows color (decimal): -12487297 or 8353089. OLE color: 8353089.

HSL color Cylindrical-coordinate representation of color #41757F: hue angle of 189.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41757F is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB65117127-
CMYK0.490.0800.50
HSL189.68º32.29%37.65%-
HSV(B)189.68º48.82%49.8%-
XYZ12.3715.3822.39-
YUV102.59141.77101.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 127 (50% from 255) = 41.10%
R=21.04%
G=37.86%
B=41.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651171270.490.0800.50189.6832.2937.65
Hex41757F318032be2026
Octal10116517761100622764046
Binary1000001111010111111111100011000011001010111110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41757F; }

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

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

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

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

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

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

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

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