#456E73

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

Shades of Ming #456E73

Tints of Ming #456E73

Color information

#456E73 (or 0x456E73) is unknown color: approx Ming. HEX triplet: 45, 6E and 73. RGB value is (69,110,115). Sum of RGB (Red+Green+Blue) = 69+110+115=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #456E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E73 is #BA918C. Grayscale: #626262. Windows color (decimal): -12226957 or 7564869. OLE color: 7564869.

HSL color Cylindrical-coordinate representation of color #456E73: hue angle of 186.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #456E73 is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69110115-
CMYK0.40.0400.55
HSL186.52º25%36.08%-
HSV(B)186.52º40%45.1%-
XYZ11.1213.6518.27-
YUV98.31137.42107.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=23.47%
G=37.41%
B=39.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691101150.40.0400.55186.522536.08
Hex456E73284037bb1924
Octal1051561635040672733144
Binary10001011101110111001110100010001101111011101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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