#48767C

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

Shades of Ming #48767C

Tints of Ming #48767C

Color information

#48767C (or 0x48767C) is unknown color: approx Ming. HEX triplet: 48, 76 and 7C. RGB value is (72,118,124). Sum of RGB (Red+Green+Blue) = 72+118+124=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #48767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48767C is #B78983. Grayscale: #686868. Windows color (decimal): -12028292 or 8156744. OLE color: 8156744.

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

Color convert

RGB72118124-
CMYK0.420.0500.51
HSL186.92º26.53%38.43%-
HSV(B)186.92º41.94%48.63%-
XYZ12.7915.7921.44-
YUV104.93138.76104.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=22.93%
G=37.58%
B=39.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721181240.420.0500.51186.9226.5338.43
Hex48767C2A5033bb1b26
Octal1101661745250632733346
Binary10010001110110111110010101010101100111011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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