#457476

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

Shades of Ming #457476

Tints of Ming #457476

Color information

#457476 (or 0x457476) is unknown color: approx Ming. HEX triplet: 45, 74 and 76. RGB value is (69,116,118). Sum of RGB (Red+Green+Blue) = 69+116+118=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #457476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457476 is #BA8B89. Grayscale: #666666. Windows color (decimal): -12225418 or 7763013. OLE color: 7763013.

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

Color convert

RGB69116118-
CMYK0.420.0200.54
HSL182.45º26.2%36.67%-
HSV(B)182.45º41.53%46.27%-
XYZ11.9715.0619.42-
YUV102.18136.93104.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=22.77%
G=38.28%
B=38.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691161180.420.0200.54182.4526.236.67
Hex4574762A2036b61a25
Octal1051641665220662663245
Binary1000101111010011101101010101001101101011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457476; }

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

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

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

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

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

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

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

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