#457472

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

Shades of Ming #457472

Tints of Ming #457472

Color information

#457472 (or 0x457472) is unknown color: approx Ming. HEX triplet: 45, 74 and 72. RGB value is (69,116,114). Sum of RGB (Red+Green+Blue) = 69+116+114=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #457472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457472 is #BA8B8D. Grayscale: #656565. Windows color (decimal): -12225422 or 7500869. OLE color: 7500869.

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

Color convert

RGB69116114-
CMYK0.4100.020.55
HSL177.45º25.41%36.27%-
HSV(B)177.45º40.52%45.49%-
XYZ11.7414.9718.19-
YUV101.72134.93104.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=23.08%
G=38.80%
B=38.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691161140.4100.020.55177.4525.4136.27
Hex457472290237b11924
Octal1051641625102672613144
Binary1000101111010011100101010010101101111011000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457472; }

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

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

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

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

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

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

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

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