#48505E

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

Shades of East Bay #48505E

Tints of East Bay #48505E

Color information

#48505E (or 0x48505E) is unknown color: approx East Bay. HEX triplet: 48, 50 and 5E. RGB value is (72,80,94). Sum of RGB (Red+Green+Blue) = 72+80+94=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #48505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505E is #B7AFA1. Grayscale: #4F4F4F. Windows color (decimal): -12038050 or 6180936. OLE color: 6180936.

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

Color convert

RGB728094-
CMYK0.230.1500.63
HSL218.18º13.25%32.55%-
HSV(B)218.18º23.4%36.86%-
XYZ7.567.9211.72-
YUV79.2136.35122.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=29.27%
G=32.52%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7280940.230.1500.63218.1813.2532.55
Hex48505E17F03Fdad21
Octal11012013627170773321541
Binary1001000101000010111101011111110111111110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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