#417D7C

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

Shades of Ming #417D7C

Tints of Ming #417D7C

Color information

#417D7C (or 0x417D7C) is unknown color: approx Ming. HEX triplet: 41, 7D and 7C. RGB value is (65,125,124). Sum of RGB (Red+Green+Blue) = 65+125+124=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #417D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D7C is #BE8283. Grayscale: #6A6A6A. Windows color (decimal): -12485252 or 8158529. OLE color: 8158529.

HSL color Cylindrical-coordinate representation of color #417D7C: hue angle of 179º 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 #417D7C is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB65125124-
CMYK0.4800.010.51
HSL179º31.58%37.25%-
HSV(B)179º48%49.02%-
XYZ13.1517.2521.7-
YUV106.95137.6298.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=20.70%
G=39.81%
B=39.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651251240.4800.010.5117931.5837.25
Hex417D7C300133b32025
Octal1011751746001632634045
Binary1000001111110111111001100000111001110110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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