#457177

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

Shades of Ming #457177

Tints of Ming #457177

Color information

#457177 (or 0x457177) is unknown color: approx Ming. HEX triplet: 45, 71 and 77. RGB value is (69,113,119). Sum of RGB (Red+Green+Blue) = 69+113+119=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #457177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457177 is #BA8E88. Grayscale: #646464. Windows color (decimal): -12226185 or 7827781. OLE color: 7827781.

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

Color convert

RGB69113119-
CMYK0.420.0500.53
HSL187.2º26.6%36.86%-
HSV(B)187.2º42.02%46.67%-
XYZ11.6914.4119.62-
YUV100.53138.42105.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=22.92%
G=37.54%
B=39.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691131190.420.0500.53187.226.636.86
Hex4571772A5035bb1b25
Octal1051611675250652733345
Binary10001011110001111011110101010101101011011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457177; }

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

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

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

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

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

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

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

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