Shades of East Bay #4B5564
Tints of East Bay #4B5564
RGB
CMYK
RGB Variations
Color information
#4B5564 (or 0x4B5564) is known color: East Bay. HEX triplet: 4B, 55 and 64. RGB value is (75,85,100). Sum of RGB (Red+Green+Blue) = 75+85+100=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B5564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5564 is #B4AA9B. Grayscale: #535353. Windows color (decimal): -11840156 or 6575435. OLE color: 6575435.
HSL color Cylindrical-coordinate representation of color #4B5564: hue angle of 216º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B5564 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 85 | 100 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.61 |
| HSL | 216º | 0.14% | 0.34% | - |
| HSV(B) | 216º | 0.25% | 0.39% | - |
| XYZ | 8.45 | 8.91 | 13.33 | - |
| YUV | 83.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 100 | 0.25 | 0.15 | 0 | 0.61 | 216 | 0.14 | 0.34 |
| Hex | 4B | 55 | 64 | 19 | F | 0 | 3D | D8 | E | 22 |
| Octal | 113 | 125 | 144 | 31 | 17 | 0 | 75 | 330 | 16 | 42 |
| Binary | 1001011 | 1010101 | 1100100 | 11001 | 1111 | 0 | 111101 | 11011000 | 1110 | 100010 |
Color Harmonies of #4B5564
Complementary color
Monochromatic Colors of #4B5564
Black with #4B5564
Text Example
Text Example
White with #4B5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5564; }
p { color: rgb(75,85,100); }
H1.HeaderClassName
{
color: #4B5564;
}
.AnyTagClassName
{
color: #4B5564;
}
</style>
background-color css
<style>
a { background-color: #4B5564; }
a { background-color: rgb(75,85,100); }
div.DivClassName
{
background-color: #4B5564;
}
.BgClassName
{
background-color: #4B5564;
}
</style>
border-color css
<style>
span { border-color: #4B5564; }
span { border-color: rgb(75,85,100); }
td.TdClassName
{
border-color: #4B5564;
}
.TagClassName
{
border-color: #4B5564;
}
</style>