#48777B

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

Shades of Ming #48777B

Tints of Ming #48777B

Color information

#48777B (or 0x48777B) is unknown color: approx Ming. HEX triplet: 48, 77 and 7B. RGB value is (72,119,123). Sum of RGB (Red+Green+Blue) = 72+119+123=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #48777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48777B is #B78884. Grayscale: #696969. Windows color (decimal): -12028037 or 8091464. OLE color: 8091464.

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

Color convert

RGB72119123-
CMYK0.410.0300.52
HSL184.71º26.15%38.24%-
HSV(B)184.71º41.46%48.24%-
XYZ12.841621.15-
YUV105.4137.93104.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=22.93%
G=37.90%
B=39.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721191230.410.0300.52184.7126.1538.24
Hex48777B293034b91a26
Octal1101671735130642713246
Binary1001000111011111110111010011101101001011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,119,123); }

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

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

 a { background-color: rgb(72,119,123); }

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

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

 span { border-color: rgb(72,119,123); }

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