#456E71

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

Shades of Ming #456E71

Tints of Ming #456E71

Color information

#456E71 (or 0x456E71) is unknown color: approx Ming. HEX triplet: 45, 6E and 71. RGB value is (69,110,113). Sum of RGB (Red+Green+Blue) = 69+110+113=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #456E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E71 is #BA918E. Grayscale: #626262. Windows color (decimal): -12226959 or 7433797. OLE color: 7433797.

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

Color convert

RGB69110113-
CMYK0.390.0300.56
HSL184.09º24.18%35.69%-
HSV(B)184.09º38.94%44.31%-
XYZ11.0113.6117.67-
YUV98.08136.42107.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=23.63%
G=37.67%
B=38.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691101130.390.0300.56184.0924.1835.69
Hex456E71273038b81824
Octal1051561614730702703044
Binary1000101110111011100011001111101110001011100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456E71; }

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

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

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

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

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

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

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

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