#457272

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

Shades of Ming #457272

Tints of Ming #457272

Color information

#457272 (or 0x457272) is unknown color: approx Ming. HEX triplet: 45, 72 and 72. RGB value is (69,114,114). Sum of RGB (Red+Green+Blue) = 69+114+114=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #457272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457272 is #BA8D8D. Grayscale: #646464. Windows color (decimal): -12225934 or 7500357. OLE color: 7500357.

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

Color convert

RGB69114114-
CMYK0.39000.55
HSL180º24.59%35.88%-
HSV(B)180º39.47%44.71%-
XYZ11.5114.5118.11-
YUV100.54135.59105.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=23.23%
G=38.38%
B=38.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691141140.39000.5518024.5935.88
Hex457272270037b41924
Octal1051621624700672643144
Binary100010111100101110010100111001101111011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457272; }

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

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

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

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

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

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

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

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