#41747C

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

Shades of Ming #41747C

Tints of Ming #41747C

Color information

#41747C (or 0x41747C) is unknown color: approx Ming. HEX triplet: 41, 74 and 7C. RGB value is (65,116,124). Sum of RGB (Red+Green+Blue) = 65+116+124=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #41747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747C is #BE8B83. Grayscale: #656565. Windows color (decimal): -12487556 or 8156225. OLE color: 8156225.

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

Color convert

RGB65116124-
CMYK0.480.0600.51
HSL188.14º31.22%37.06%-
HSV(B)188.14º47.58%48.63%-
XYZ12.0615.0721.34-
YUV101.66140.6101.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=21.31%
G=38.03%
B=40.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651161240.480.0600.51188.1431.2237.06
Hex41747C306033bc1f25
Octal1011641746060632743745
Binary10000011110100111110011000011001100111011110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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