#48515F

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

Shades of East Bay #48515F

Tints of East Bay #48515F

Color information

#48515F (or 0x48515F) is unknown color: approx East Bay. HEX triplet: 48, 51 and 5F. RGB value is (72,81,95). Sum of RGB (Red+Green+Blue) = 72+81+95=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #48515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515F is #B7AEA0. Grayscale: #4F4F4F. Windows color (decimal): -12037793 or 6246728. OLE color: 6246728.

HSL color Cylindrical-coordinate representation of color #48515F: hue angle of 216.52º 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 #48515F is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728195-
CMYK0.240.1500.63
HSL216.52º13.77%32.75%-
HSV(B)216.52º24.21%37.25%-
XYZ7.688.0911.98-
YUV79.9136.52122.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=29.03%
G=32.66%
B=38.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7281950.240.1500.63216.5213.7732.75
Hex48515F18F03Fd9e21
Octal11012113730170773311641
Binary1001000101000110111111100011110111111110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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