#41747D

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

Shades of Ming #41747D

Tints of Ming #41747D

Color information

#41747D (or 0x41747D) is unknown color: approx Ming. HEX triplet: 41, 74 and 7D. RGB value is (65,116,125). Sum of RGB (Red+Green+Blue) = 65+116+125=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #41747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747D is #BE8B82. Grayscale: #656565. Windows color (decimal): -12487555 or 8221761. OLE color: 8221761.

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

Color convert

RGB65116125-
CMYK0.480.0700.51
HSL189º31.58%37.25%-
HSV(B)189º48%49.02%-
XYZ12.1315.121.68-
YUV101.78141.1101.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=21.24%
G=37.91%
B=40.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651161250.480.0700.5118931.5837.25
Hex41747D307033bd2025
Octal1011641756070632754045
Binary100000111101001111101110000111011001110111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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