#457375

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

Shades of Ming #457375

Tints of Ming #457375

Color information

#457375 (or 0x457375) is unknown color: approx Ming. HEX triplet: 45, 73 and 75. RGB value is (69,115,117). Sum of RGB (Red+Green+Blue) = 69+115+117=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #457375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457375 is #BA8C8A. Grayscale: #656565. Windows color (decimal): -12225675 or 7697221. OLE color: 7697221.

HSL color Cylindrical-coordinate representation of color #457375: hue angle of 182.5º 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 #457375 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69115117-
CMYK0.410.0200.54
HSL182.5º25.81%36.47%-
HSV(B)182.5º41.03%45.88%-
XYZ11.814.8119.07-
YUV101.47136.76104.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=22.92%
G=38.21%
B=38.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691151170.410.0200.54182.525.8136.47
Hex457375292036b61a24
Octal1051631655120662663244
Binary1000101111001111101011010011001101101011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457375; }

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

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

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

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

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

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

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

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