#417C7B

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

Shades of Ming #417C7B

Tints of Ming #417C7B

Color information

#417C7B (or 0x417C7B) is unknown color: approx Ming. HEX triplet: 41, 7C and 7B. RGB value is (65,124,123). Sum of RGB (Red+Green+Blue) = 65+124+123=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #417C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C7B is #BE8384. Grayscale: #6A6A6A. Windows color (decimal): -12485509 or 8092737. OLE color: 8092737.

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

Color convert

RGB65124123-
CMYK0.4800.010.51
HSL178.98º31.22%37.06%-
HSV(B)178.98º47.58%48.63%-
XYZ12.9616.9721.33-
YUV106.24137.4598.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=20.83%
G=39.74%
B=39.42%

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
Decimal651241230.4800.010.51178.9831.2237.06
Hex417C7B300133b31f25
Octal1011741736001632633745
Binary100000111111001111011110000011100111011001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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