#417577

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

Shades of Ming #417577

Tints of Ming #417577

Color information

#417577 (or 0x417577) is unknown color: approx Ming. HEX triplet: 41, 75 and 77. RGB value is (65,117,119). Sum of RGB (Red+Green+Blue) = 65+117+119=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #417577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417577 is #BE8A88. Grayscale: #656565. Windows color (decimal): -12487305 or 7828801. OLE color: 7828801.

HSL color Cylindrical-coordinate representation of color #417577: hue angle of 182.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417577 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65117119-
CMYK0.450.0200.53
HSL182.22º29.35%36.08%-
HSV(B)182.22º45.38%46.67%-
XYZ11.8715.1819.76-
YUV101.68137.77101.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=21.59%
G=38.87%
B=39.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651171190.450.0200.53182.2229.3536.08
Hex4175772D2035b61d24
Octal1011651675520652663544
Binary1000001111010111101111011011001101011011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417577; }

 p { color: rgb(65,117,119); }

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

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

 a { background-color: rgb(65,117,119); }

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

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

 span { border-color: rgb(65,117,119); }

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