#417579

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

Shades of Ming #417579

Tints of Ming #417579

Color information

#417579 (or 0x417579) is unknown color: approx Ming. HEX triplet: 41, 75 and 79. RGB value is (65,117,121). Sum of RGB (Red+Green+Blue) = 65+117+121=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #417579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417579 is #BE8A86. Grayscale: #656565. Windows color (decimal): -12487303 or 7959873. OLE color: 7959873.

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

Color convert

RGB65117121-
CMYK0.460.0300.53
HSL184.29º30.11%36.47%-
HSV(B)184.29º46.28%47.45%-
XYZ11.9915.2320.4-
YUV101.91138.77101.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=21.45%
G=38.61%
B=39.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651171210.460.0300.53184.2930.1136.47
Hex4175792E3035b81e24
Octal1011651715630652703644
Binary1000001111010111110011011101101101011011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417579; }

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

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

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

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

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

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

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

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