Shades of East Bay #48556F
Tints of East Bay #48556F
RGB
CMYK
RGB Variations
Color information
#48556F (or 0x48556F) is known color: East Bay. HEX triplet: 48, 55 and 6F. RGB value is (72,85,111). Sum of RGB (Red+Green+Blue) = 72+85+111=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #48556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48556F is #B7AA90. Grayscale: #535353. Windows color (decimal): -12036753 or 7296328. OLE color: 7296328.
HSL color Cylindrical-coordinate representation of color #48556F: hue angle of 220º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48556F is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 85 | 111 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.56 |
| HSL | 220º | 0.21% | 0.36% | - |
| HSV(B) | 220º | 0.35% | 0.44% | - |
| XYZ | 8.79 | 9.02 | 16.32 | - |
| YUV | 84.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 111 | 0.35 | 0.23 | 0 | 0.56 | 220 | 0.21 | 0.36 |
| Hex | 48 | 55 | 6F | 23 | 17 | 0 | 38 | DC | 15 | 24 |
| Octal | 110 | 125 | 157 | 43 | 27 | 0 | 70 | 334 | 25 | 44 |
| Binary | 1001000 | 1010101 | 1101111 | 100011 | 10111 | 0 | 111000 | 11011100 | 10101 | 100100 |
Color Harmonies of #48556F
Complementary color
Monochromatic Colors of #48556F
Black with #48556F
Text Example
Text Example
White with #48556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48556F; }
p { color: rgb(72,85,111); }
H1.HeaderClassName
{
color: #48556F;
}
.AnyTagClassName
{
color: #48556F;
}
</style>
background-color css
<style>
a { background-color: #48556F; }
a { background-color: rgb(72,85,111); }
div.DivClassName
{
background-color: #48556F;
}
.BgClassName
{
background-color: #48556F;
}
</style>
border-color css
<style>
span { border-color: #48556F; }
span { border-color: rgb(72,85,111); }
td.TdClassName
{
border-color: #48556F;
}
.TagClassName
{
border-color: #48556F;
}
</style>