#457979

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

Shades of Ming #457979

Tints of Ming #457979

Color information

#457979 (or 0x457979) is unknown color: approx Ming. HEX triplet: 45, 79 and 79. RGB value is (69,121,121). Sum of RGB (Red+Green+Blue) = 69+121+121=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #457979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457979 is #BA8686. Grayscale: #696969. Windows color (decimal): -12224135 or 7960901. OLE color: 7960901.

HSL color Cylindrical-coordinate representation of color #457979: hue angle of 180º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457979 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69121121-
CMYK0.43000.53
HSL180º27.37%37.25%-
HSV(B)180º42.98%47.45%-
XYZ12.7416.3220.57-
YUV105.45136.77102-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=22.19%
G=38.91%
B=38.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211210.43000.5318027.3737.25
Hex4579792B0035b41b25
Octal1051711715300652643345
Binary100010111110011111001101011001101011011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457979; }

 p { color: rgb(69,121,121); }

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

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

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

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

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

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

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