#417F79

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

Shades of Ming #417F79

Tints of Ming #417F79

Color information

#417F79 (or 0x417F79) is unknown color: approx Ming. HEX triplet: 41, 7F and 79. RGB value is (65,127,121). Sum of RGB (Red+Green+Blue) = 65+127+121=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #417F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F79 is #BE8086. Grayscale: #6B6B6B. Windows color (decimal): -12484743 or 7962433. OLE color: 7962433.

HSL color Cylindrical-coordinate representation of color #417F79: hue angle of 174.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F79 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB65127121-
CMYK0.4900.050.50
HSL174.19º32.29%37.65%-
HSV(B)174.19º48.82%49.8%-
XYZ13.2217.6820.81-
YUV107.78135.4697.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=20.77%
G=40.58%
B=38.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651271210.4900.050.50174.1932.2937.65
Hex417F79310532ae2026
Octal1011771716105622564046
Binary100000111111111111001110001010111001010101110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417F79; }

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

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

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

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

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

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

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

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