#41787C

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

Shades of Ming #41787C

Tints of Ming #41787C

Color information

#41787C (or 0x41787C) is unknown color: approx Ming. HEX triplet: 41, 78 and 7C. RGB value is (65,120,124). Sum of RGB (Red+Green+Blue) = 65+120+124=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #41787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41787C is #BE8783. Grayscale: #676767. Windows color (decimal): -12486532 or 8157249. OLE color: 8157249.

HSL color Cylindrical-coordinate representation of color #41787C: hue angle of 184.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41787C is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65120124-
CMYK0.480.0300.51
HSL184.07º31.22%37.06%-
HSV(B)184.07º47.58%48.63%-
XYZ12.5316.0121.5-
YUV104.01139.28100.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=21.04%
G=38.83%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651201240.480.0300.51184.0731.2237.06
Hex41787C303033b81f25
Octal1011701746030632703745
Binary1000001111100011111001100001101100111011100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41787C; }

 p { color: rgb(65,120,124); }

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

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

 a { background-color: rgb(65,120,124); }

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

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

 span { border-color: rgb(65,120,124); }

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