#48505F

Color #48505F East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #48505F

Tints of East Bay #48505F

Color information

#48505F (or 0x48505F) is unknown color: approx East Bay. HEX triplet: 48, 50 and 5F. RGB value is (72,80,95). Sum of RGB (Red+Green+Blue) = 72+80+95=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #48505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505F is #B7AFA0. Grayscale: #4F4F4F. Windows color (decimal): -12038049 or 6246472. OLE color: 6246472.

HSL color Cylindrical-coordinate representation of color #48505F: hue angle of 219.13º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48505F is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728095-
CMYK0.240.1600.63
HSL219.13º13.77%32.75%-
HSV(B)219.13º24.21%37.25%-
XYZ7.617.9411.96-
YUV79.32136.85122.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=29.15%
G=32.39%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7280950.240.1600.63219.1313.7732.75
Hex48505F181003Fdbe21
Octal11012013730200773331641
Binary10010001010000101111111000100000111111110110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48505F; }

 p { color: rgb(72,80,95); }

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

<style>
 a { background-color: #48505F; }

 a { background-color: rgb(72,80,95); }

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

<style>
 span { border-color: #48505F; }

 span { border-color: rgb(72,80,95); }

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