#48797C

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

Shades of Ming #48797C

Tints of Ming #48797C

Color information

#48797C (or 0x48797C) is unknown color: approx Ming. HEX triplet: 48, 79 and 7C. RGB value is (72,121,124). Sum of RGB (Red+Green+Blue) = 72+121+124=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #48797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48797C is #B78683. Grayscale: #6A6A6A. Windows color (decimal): -12027524 or 8157512. OLE color: 8157512.

HSL color Cylindrical-coordinate representation of color #48797C: hue angle of 183.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48797C is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72121124-
CMYK0.420.0200.51
HSL183.46º26.53%38.43%-
HSV(B)183.46º41.94%48.63%-
XYZ13.1516.5121.56-
YUV106.69137.77103.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=22.71%
G=38.17%
B=39.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721211240.420.0200.51183.4626.5338.43
Hex48797C2A2033b71b26
Octal1101711745220632673346
Binary1001000111100111111001010101001100111011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48797C; }

 p { color: rgb(72,121,124); }

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

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

 a { background-color: rgb(72,121,124); }

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

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

 span { border-color: rgb(72,121,124); }

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