#48777C

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

Shades of Ming #48777C

Tints of Ming #48777C

Color information

#48777C (or 0x48777C) is unknown color: approx Ming. HEX triplet: 48, 77 and 7C. RGB value is (72,119,124). Sum of RGB (Red+Green+Blue) = 72+119+124=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #48777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48777C is #B78883. Grayscale: #696969. Windows color (decimal): -12028036 or 8157000. OLE color: 8157000.

HSL color Cylindrical-coordinate representation of color #48777C: hue angle of 185.77º 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 #48777C is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72119124-
CMYK0.420.0400.51
HSL185.77º26.53%38.43%-
HSV(B)185.77º41.94%48.63%-
XYZ12.9116.0321.48-
YUV105.52138.43104.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=22.86%
G=37.78%
B=39.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721191240.420.0400.51185.7726.5338.43
Hex48777C2A4033ba1b26
Octal1101671745240632723346
Binary10010001110111111110010101010001100111011101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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