#417379

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

Shades of Ming #417379

Tints of Ming #417379

Color information

#417379 (or 0x417379) is unknown color: approx Ming. HEX triplet: 41, 73 and 79. RGB value is (65,115,121). Sum of RGB (Red+Green+Blue) = 65+115+121=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #417379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417379 is #BE8C86. Grayscale: #646464. Windows color (decimal): -12487815 or 7959361. OLE color: 7959361.

HSL color Cylindrical-coordinate representation of color #417379: hue angle of 186.43º 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 #417379 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB65115121-
CMYK0.460.0500.53
HSL186.43º30.11%36.47%-
HSV(B)186.43º46.28%47.45%-
XYZ11.7614.7720.32-
YUV100.73139.44102.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=21.59%
G=38.21%
B=40.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651151210.460.0500.53186.4330.1136.47
Hex4173792E5035ba1e24
Octal1011631715650652723644
Binary10000011110011111100110111010101101011011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417379; }

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

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

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

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

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

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

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

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