Shades of East Bay #48556D
Tints of East Bay #48556D
RGB
CMYK
RGB Variations
Color information
#48556D (or 0x48556D) is known color: East Bay. HEX triplet: 48, 55 and 6D. RGB value is (72,85,109). Sum of RGB (Red+Green+Blue) = 72+85+109=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #48556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48556D is #B7AA92. Grayscale: #535353. Windows color (decimal): -12036755 or 7165256. OLE color: 7165256.
HSL color Cylindrical-coordinate representation of color #48556D: hue angle of 218.92º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48556D is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 85 | 109 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.57 |
| HSL | 218.92º | 0.2% | 0.35% | - |
| HSV(B) | 218.92º | 0.34% | 0.43% | - |
| XYZ | 8.68 | 8.98 | 15.74 | - |
| YUV | 83.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 109 | 0.34 | 0.22 | 0 | 0.57 | 218.92 | 0.2 | 0.35 |
| Hex | 48 | 55 | 6D | 22 | 16 | 0 | 39 | DB | 14 | 23 |
| Octal | 110 | 125 | 155 | 42 | 26 | 0 | 71 | 333 | 24 | 43 |
| Binary | 1001000 | 1010101 | 1101101 | 100010 | 10110 | 0 | 111001 | 11011011 | 10100 | 100011 |
Color Harmonies of #48556D
Complementary color
Monochromatic Colors of #48556D
Black with #48556D
Text Example
Text Example
White with #48556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48556D; }
p { color: rgb(72,85,109); }
H1.HeaderClassName
{
color: #48556D;
}
.AnyTagClassName
{
color: #48556D;
}
</style>
background-color css
<style>
a { background-color: #48556D; }
a { background-color: rgb(72,85,109); }
div.DivClassName
{
background-color: #48556D;
}
.BgClassName
{
background-color: #48556D;
}
</style>
border-color css
<style>
span { border-color: #48556D; }
span { border-color: rgb(72,85,109); }
td.TdClassName
{
border-color: #48556D;
}
.TagClassName
{
border-color: #48556D;
}
</style>