#457171

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

Shades of Ming #457171

Tints of Ming #457171

Color information

#457171 (or 0x457171) is unknown color: approx Ming. HEX triplet: 45, 71 and 71. RGB value is (69,113,113). Sum of RGB (Red+Green+Blue) = 69+113+113=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #457171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457171 is #BA8E8E. Grayscale: #636363. Windows color (decimal): -12226191 or 7434565. OLE color: 7434565.

HSL color Cylindrical-coordinate representation of color #457171: hue angle of 180º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457171 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69113113-
CMYK0.39000.56
HSL180º24.18%35.69%-
HSV(B)180º38.94%44.31%-
XYZ11.3414.2717.78-
YUV99.84135.42106-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=23.39%
G=38.31%
B=38.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691131130.39000.5618024.1835.69
Hex457171270038b41824
Octal1051611614700702643044
Binary100010111100011110001100111001110001011010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457171; }

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

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

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

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

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

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

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

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