#457577

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

Shades of Ming #457577

Tints of Ming #457577

Color information

#457577 (or 0x457577) is unknown color: approx Ming. HEX triplet: 45, 75 and 77. RGB value is (69,117,119). Sum of RGB (Red+Green+Blue) = 69+117+119=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #457577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457577 is #BA8A88. Grayscale: #666666. Windows color (decimal): -12225161 or 7828805. OLE color: 7828805.

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

Color convert

RGB69117119-
CMYK0.420.0200.53
HSL182.4º26.6%36.86%-
HSV(B)182.4º42.02%46.67%-
XYZ12.1515.3219.77-
YUV102.88137.1103.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=22.62%
G=38.36%
B=39.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691171190.420.0200.53182.426.636.86
Hex4575772A2035b61b25
Octal1051651675220652663345
Binary1000101111010111101111010101001101011011011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457577; }

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

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

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

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

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

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

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

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