#456D72

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

Shades of Ming #456D72

Tints of Ming #456D72

Color information

#456D72 (or 0x456D72) is unknown color: approx Ming. HEX triplet: 45, 6D and 72. RGB value is (69,109,114). Sum of RGB (Red+Green+Blue) = 69+109+114=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #456D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D72 is #BA928D. Grayscale: #616161. Windows color (decimal): -12227214 or 7499077. OLE color: 7499077.

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

Color convert

RGB69109114-
CMYK0.390.0400.55
HSL186.67º24.59%35.88%-
HSV(B)186.67º39.47%44.71%-
XYZ10.9613.4217.93-
YUV97.61137.25107.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=23.63%
G=37.33%
B=39.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691091140.390.0400.55186.6724.5935.88
Hex456D72274037bb1924
Octal1051551624740672733144
Binary10001011101101111001010011110001101111011101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,114); }

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

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

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

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

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

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

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