#457776

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

Shades of Ming #457776

Tints of Ming #457776

Color information

#457776 (or 0x457776) is unknown color: approx Ming. HEX triplet: 45, 77 and 76. RGB value is (69,119,118). Sum of RGB (Red+Green+Blue) = 69+119+118=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #457776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457776 is #BA8889. Grayscale: #676767. Windows color (decimal): -12224650 or 7763781. OLE color: 7763781.

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

Color convert

RGB69119118-
CMYK0.4200.010.53
HSL178.8º26.6%36.86%-
HSV(B)178.8º42.02%46.67%-
XYZ12.3215.7719.53-
YUV103.94135.94103.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=22.55%
G=38.89%
B=38.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691191180.4200.010.53178.826.636.86
Hex4577762A0135b31b25
Octal1051671665201652633345
Binary100010111101111110110101010011101011011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457776; }

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

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

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

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

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

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

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

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