#457579

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

Shades of Ming #457579

Tints of Ming #457579

Color information

#457579 (or 0x457579) is unknown color: approx Ming. HEX triplet: 45, 75 and 79. RGB value is (69,117,121). Sum of RGB (Red+Green+Blue) = 69+117+121=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #457579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457579 is #BA8A86. Grayscale: #676767. Windows color (decimal): -12225159 or 7959877. OLE color: 7959877.

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

Color convert

RGB69117121-
CMYK0.430.0300.53
HSL184.62º27.37%37.25%-
HSV(B)184.62º42.98%47.45%-
XYZ12.2715.3720.41-
YUV103.1138.1103.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=22.48%
G=38.11%
B=39.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691171210.430.0300.53184.6227.3737.25
Hex4575792B3035b91b25
Octal1051651715330652713345
Binary1000101111010111110011010111101101011011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457579; }

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

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

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

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

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

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

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

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