#457576

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

Shades of Ming #457576

Tints of Ming #457576

Color information

#457576 (or 0x457576) is unknown color: approx Ming. HEX triplet: 45, 75 and 76. RGB value is (69,117,118). Sum of RGB (Red+Green+Blue) = 69+117+118=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #457576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457576 is #BA8A89. Grayscale: #666666. Windows color (decimal): -12225162 or 7763269. OLE color: 7763269.

HSL color Cylindrical-coordinate representation of color #457576: hue angle of 181.22º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457576 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69117118-
CMYK0.420.0100.54
HSL181.22º26.2%36.67%-
HSV(B)181.22º41.53%46.27%-
XYZ12.0915.319.45-
YUV102.76136.6103.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=22.70%
G=38.49%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691171180.420.0100.54181.2226.236.67
Hex4575762A1036b51a25
Octal1051651665210662653245
Binary100010111101011110110101010101101101011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457576; }

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

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

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

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

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

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

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

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