#457371

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

Shades of Ming #457371

Tints of Ming #457371

Color information

#457371 (or 0x457371) is unknown color: approx Ming. HEX triplet: 45, 73 and 71. RGB value is (69,115,113). Sum of RGB (Red+Green+Blue) = 69+115+113=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #457371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457371 is #BA8C8E. Grayscale: #646464. Windows color (decimal): -12225679 or 7435077. OLE color: 7435077.

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

Color convert

RGB69115113-
CMYK0.400.020.55
HSL177.39º25%36.08%-
HSV(B)177.39º40%45.1%-
XYZ11.5714.7217.85-
YUV101.02134.76105.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=23.23%
G=38.72%
B=38.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691151130.400.020.55177.392536.08
Hex457371280237b11924
Octal1051631615002672613144
Binary1000101111001111100011010000101101111011000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457371; }

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

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

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

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

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

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

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

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