Shades of East Bay #48505F
Tints of East Bay #48505F
RGB
CMYK
RGB Variations
Color information
#48505F (or 0x48505F) is known color: 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
| RGB | 72 | 80 | 95 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.63 |
| HSL | 219.13º | 0.14% | 0.33% | - |
| HSV(B) | 219.13º | 0.24% | 0.37% | - |
| XYZ | 7.61 | 7.94 | 11.96 | - |
| YUV | 79.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 95 | 0.24 | 0.16 | 0 | 0.63 | 219.13 | 0.14 | 0.33 |
| Hex | 48 | 50 | 5F | 18 | 10 | 0 | 3F | DB | E | 21 |
| Octal | 110 | 120 | 137 | 30 | 20 | 0 | 77 | 333 | 16 | 41 |
| Binary | 1001000 | 1010000 | 1011111 | 11000 | 10000 | 0 | 111111 | 11011011 | 1110 | 100001 |
Color Harmonies of #48505F
Complementary color
Monochromatic Colors of #48505F
Black with #48505F
Text Example
Text Example
White with #48505F
Text Example
Text Example
HTML Codes & Css Web 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>