#45797B

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

Shades of Ming #45797B

Tints of Ming #45797B

Color information

#45797B (or 0x45797B) is unknown color: approx Ming. HEX triplet: 45, 79 and 7B. RGB value is (69,121,123). Sum of RGB (Red+Green+Blue) = 69+121+123=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #45797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45797B is #BA8684. Grayscale: #696969. Windows color (decimal): -12224133 or 8091973. OLE color: 8091973.

HSL color Cylindrical-coordinate representation of color #45797B: hue angle of 182.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45797B is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB69121123-
CMYK0.440.0200.52
HSL182.22º28.12%37.65%-
HSV(B)182.22º43.9%48.24%-
XYZ12.8716.3721.22-
YUV105.68137.77101.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=22.04%
G=38.66%
B=39.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691211230.440.0200.52182.2228.1237.65
Hex45797B2C2034b61c26
Octal1051711735420642663446
Binary1000101111100111110111011001001101001011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45797B; }

 p { color: rgb(69,121,123); }

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

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

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

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

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

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

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