#457B79

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

Shades of Ming #457B79

Tints of Ming #457B79

Color information

#457B79 (or 0x457B79) is unknown color: approx Ming. HEX triplet: 45, 7B and 79. RGB value is (69,123,121). Sum of RGB (Red+Green+Blue) = 69+123+121=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #457B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B79 is #BA8486. Grayscale: #6A6A6A. Windows color (decimal): -12223623 or 7961413. OLE color: 7961413.

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

Color convert

RGB69123121-
CMYK0.4400.020.52
HSL177.78º28.12%37.65%-
HSV(B)177.78º43.9%48.24%-
XYZ12.9916.8120.65-
YUV106.63136.11101.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=22.04%
G=39.30%
B=38.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691231210.4400.020.52177.7828.1237.65
Hex457B792C0234b21c26
Octal1051731715402642623446
Binary1000101111101111110011011000101101001011001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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