#456E75

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

Shades of Ming #456E75

Tints of Ming #456E75

Color information

#456E75 (or 0x456E75) is unknown color: approx Ming. HEX triplet: 45, 6E and 75. RGB value is (69,110,117). Sum of RGB (Red+Green+Blue) = 69+110+117=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #456E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E75 is #BA918A. Grayscale: #626262. Windows color (decimal): -12226955 or 7695941. OLE color: 7695941.

HSL color Cylindrical-coordinate representation of color #456E75: hue angle of 188.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456E75 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69110117-
CMYK0.410.0600.54
HSL188.75º25.81%36.47%-
HSV(B)188.75º41.03%45.88%-
XYZ11.2413.718.88-
YUV98.54138.42106.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=23.31%
G=37.16%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691101170.410.0600.54188.7525.8136.47
Hex456E75296036bd1a24
Octal1051561655160662753244
Binary10001011101110111010110100111001101101011110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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