#457C79

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

Shades of Ming #457C79

Tints of Ming #457C79

Color information

#457C79 (or 0x457C79) is unknown color: approx Ming. HEX triplet: 45, 7C and 79. RGB value is (69,124,121). Sum of RGB (Red+Green+Blue) = 69+124+121=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #457C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C79 is #BA8386. Grayscale: #6B6B6B. Windows color (decimal): -12223367 or 7961669. OLE color: 7961669.

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

Color convert

RGB69124121-
CMYK0.4400.020.51
HSL176.73º28.5%37.84%-
HSV(B)176.73º44.35%48.63%-
XYZ13.1117.0620.69-
YUV107.21135.78100.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=21.97%
G=39.49%
B=38.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691241210.4400.020.51176.7328.537.84
Hex457C792C0233b11c26
Octal1051741715402632613446
Binary1000101111110011110011011000101100111011000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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