#41737A

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

Shades of Ming #41737A

Tints of Ming #41737A

Color information

#41737A (or 0x41737A) is unknown color: approx Ming. HEX triplet: 41, 73 and 7A. RGB value is (65,115,122). Sum of RGB (Red+Green+Blue) = 65+115+122=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #41737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41737A is #BE8C85. Grayscale: #646464. Windows color (decimal): -12487814 or 8024897. OLE color: 8024897.

HSL color Cylindrical-coordinate representation of color #41737A: hue angle of 187.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41737A is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB65115122-
CMYK0.470.0600.52
HSL187.37º30.48%36.67%-
HSV(B)187.37º46.72%47.84%-
XYZ11.8214.7920.64-
YUV100.85139.94102.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=21.52%
G=38.08%
B=40.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651151220.470.0600.52187.3730.4836.67
Hex41737A2F6034bb1e25
Octal1011631725760642733645
Binary10000011110011111101010111111001101001011101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41737A; }

 p { color: rgb(65,115,122); }

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

<style>
 a { background-color: #41737A; }

 a { background-color: rgb(65,115,122); }

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

<style>
 span { border-color: #41737A; }

 span { border-color: rgb(65,115,122); }

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