Shades of East Bay #4C586B
Tints of East Bay #4C586B
RGB
CMYK
RGB Variations
Color information
#4C586B (or 0x4C586B) is known color: East Bay. HEX triplet: 4C, 58 and 6B. RGB value is (76,88,107). Sum of RGB (Red+Green+Blue) = 76+88+107=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C586B is #B3A794. Grayscale: #565656. Windows color (decimal): -11773845 or 7034956. OLE color: 7034956.
HSL color Cylindrical-coordinate representation of color #4C586B: hue angle of 216.77º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C586B is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 88 | 107 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.58 |
| HSL | 216.77º | 0.17% | 0.36% | - |
| HSV(B) | 216.77º | 0.29% | 0.42% | - |
| XYZ | 9.12 | 9.58 | 15.28 | - |
| YUV | 86.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 107 | 0.29 | 0.18 | 0 | 0.58 | 216.77 | 0.17 | 0.36 |
| Hex | 4C | 58 | 6B | 1D | 12 | 0 | 3A | D9 | 11 | 24 |
| Octal | 114 | 130 | 153 | 35 | 22 | 0 | 72 | 331 | 21 | 44 |
| Binary | 1001100 | 1011000 | 1101011 | 11101 | 10010 | 0 | 111010 | 11011001 | 10001 | 100100 |
Color Harmonies of #4C586B
Complementary color
Monochromatic Colors of #4C586B
Black with #4C586B
Text Example
Text Example
White with #4C586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C586B; }
p { color: rgb(76,88,107); }
H1.HeaderClassName
{
color: #4C586B;
}
.AnyTagClassName
{
color: #4C586B;
}
</style>
background-color css
<style>
a { background-color: #4C586B; }
a { background-color: rgb(76,88,107); }
div.DivClassName
{
background-color: #4C586B;
}
.BgClassName
{
background-color: #4C586B;
}
</style>
border-color css
<style>
span { border-color: #4C586B; }
span { border-color: rgb(76,88,107); }
td.TdClassName
{
border-color: #4C586B;
}
.TagClassName
{
border-color: #4C586B;
}
</style>