#457170

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

Shades of Ming #457170

Tints of Ming #457170

Color information

#457170 (or 0x457170) is unknown color: approx Ming. HEX triplet: 45, 71 and 70. RGB value is (69,113,112). Sum of RGB (Red+Green+Blue) = 69+113+112=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #457170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457170 is #BA8E8F. Grayscale: #636363. Windows color (decimal): -12226192 or 7369029. OLE color: 7369029.

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

Color convert

RGB69113112-
CMYK0.3900.010.56
HSL178.64º24.18%35.69%-
HSV(B)178.64º38.94%44.31%-
XYZ11.2814.2517.48-
YUV99.73134.92106.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=23.47%
G=38.44%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691131120.3900.010.56178.6424.1835.69
Hex457170270138b31824
Octal1051611604701702633044
Binary100010111100011110000100111011110001011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457170; }

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

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

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

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

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

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

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

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