#457A79

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

Shades of Ming #457A79

Tints of Ming #457A79

Color information

#457A79 (or 0x457A79) is unknown color: approx Ming. HEX triplet: 45, 7A and 79. RGB value is (69,122,121). Sum of RGB (Red+Green+Blue) = 69+122+121=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #457A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A79 is #BA8586. Grayscale: #696969. Windows color (decimal): -12223879 or 7961157. OLE color: 7961157.

HSL color Cylindrical-coordinate representation of color #457A79: hue angle of 178.87º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A79 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB69122121-
CMYK0.4300.010.52
HSL178.87º27.75%37.45%-
HSV(B)178.87º43.44%47.84%-
XYZ12.8616.5620.61-
YUV106.04136.44101.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=22.12%
G=39.10%
B=38.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221210.4300.010.52178.8727.7537.45
Hex457A792B0134b31c25
Octal1051721715301642633445
Binary100010111110101111001101011011101001011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457A79; }

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

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

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

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

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

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

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

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