#41727C

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

Shades of Ming #41727C

Tints of Ming #41727C

Color information

#41727C (or 0x41727C) is unknown color: approx Ming. HEX triplet: 41, 72 and 7C. RGB value is (65,114,124). Sum of RGB (Red+Green+Blue) = 65+114+124=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #41727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41727C is #BE8D83. Grayscale: #646464. Windows color (decimal): -12488068 or 8155713. OLE color: 8155713.

HSL color Cylindrical-coordinate representation of color #41727C: hue angle of 190.17º 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 #41727C is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB65114124-
CMYK0.480.0800.51
HSL190.17º31.22%37.06%-
HSV(B)190.17º47.58%48.63%-
XYZ11.8414.6121.27-
YUV100.49141.27102.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=21.45%
G=37.62%
B=40.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651141240.480.0800.51190.1731.2237.06
Hex41727C308033be1f25
Octal10116217460100632763745
Binary100000111100101111100110000100001100111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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