#457071

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

Shades of Ming #457071

Tints of Ming #457071

Color information

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

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

Color convert

RGB69112113-
CMYK0.390.0100.56
HSL181.36º24.18%35.69%-
HSV(B)181.36º38.94%44.31%-
XYZ11.2314.0517.74-
YUV99.26135.75106.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691121130.390.0100.56181.3624.1835.69
Hex457071271038b51824
Octal1051601614710702653044
Binary100010111100001110001100111101110001011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457071; }

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

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

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

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

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

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

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

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