Shades of East Bay #4B5565
Tints of East Bay #4B5565
RGB
CMYK
RGB Variations
Color information
#4B5565 (or 0x4B5565) is known color: East Bay. HEX triplet: 4B, 55 and 65. RGB value is (75,85,101). Sum of RGB (Red+Green+Blue) = 75+85+101=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B5565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5565 is #B4AA9A. Grayscale: #535353. Windows color (decimal): -11840155 or 6640971. OLE color: 6640971.
HSL color Cylindrical-coordinate representation of color #4B5565: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5565 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 85 | 101 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.60 |
| HSL | 216.92º | 0.15% | 0.35% | - |
| HSV(B) | 216.92º | 0.26% | 0.4% | - |
| XYZ | 8.5 | 8.93 | 13.59 | - |
| YUV | 83.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 101 | 0.26 | 0.16 | 0 | 0.60 | 216.92 | 0.15 | 0.35 |
| Hex | 4B | 55 | 65 | 1A | 10 | 0 | 3C | D9 | F | 23 |
| Octal | 113 | 125 | 145 | 32 | 20 | 0 | 74 | 331 | 17 | 43 |
| Binary | 1001011 | 1010101 | 1100101 | 11010 | 10000 | 0 | 111100 | 11011001 | 1111 | 100011 |
Color Harmonies of #4B5565
Complementary color
Monochromatic Colors of #4B5565
Black with #4B5565
Text Example
Text Example
White with #4B5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5565; }
p { color: rgb(75,85,101); }
H1.HeaderClassName
{
color: #4B5565;
}
.AnyTagClassName
{
color: #4B5565;
}
</style>
background-color css
<style>
a { background-color: #4B5565; }
a { background-color: rgb(75,85,101); }
div.DivClassName
{
background-color: #4B5565;
}
.BgClassName
{
background-color: #4B5565;
}
</style>
border-color css
<style>
span { border-color: #4B5565; }
span { border-color: rgb(75,85,101); }
td.TdClassName
{
border-color: #4B5565;
}
.TagClassName
{
border-color: #4B5565;
}
</style>