Shades of East Bay #4C586E
Tints of East Bay #4C586E
RGB
CMYK
RGB Variations
Color information
#4C586E (or 0x4C586E) is known color: East Bay. HEX triplet: 4C, 58 and 6E. RGB value is (76,88,110). Sum of RGB (Red+Green+Blue) = 76+88+110=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C586E is #B3A791. Grayscale: #565656. Windows color (decimal): -11773842 or 7231564. OLE color: 7231564.
HSL color Cylindrical-coordinate representation of color #4C586E: hue angle of 218.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C586E is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 88 | 110 | - |
| CMYK | 0.31 | 0.2 | 0 | 0.57 |
| HSL | 218.82º | 0.18% | 0.36% | - |
| HSV(B) | 218.82º | 0.31% | 0.43% | - |
| XYZ | 9.28 | 9.64 | 16.12 | - |
| YUV | 86.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 110 | 0.31 | 0.2 | 0 | 0.57 | 218.82 | 0.18 | 0.36 |
| Hex | 4C | 58 | 6E | 1F | 14 | 0 | 39 | DB | 12 | 24 |
| Octal | 114 | 130 | 156 | 37 | 24 | 0 | 71 | 333 | 22 | 44 |
| Binary | 1001100 | 1011000 | 1101110 | 11111 | 10100 | 0 | 111001 | 11011011 | 10010 | 100100 |
Color Harmonies of #4C586E
Complementary color
Monochromatic Colors of #4C586E
Black with #4C586E
Text Example
Text Example
White with #4C586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C586E; }
p { color: rgb(76,88,110); }
H1.HeaderClassName
{
color: #4C586E;
}
.AnyTagClassName
{
color: #4C586E;
}
</style>
background-color css
<style>
a { background-color: #4C586E; }
a { background-color: rgb(76,88,110); }
div.DivClassName
{
background-color: #4C586E;
}
.BgClassName
{
background-color: #4C586E;
}
</style>
border-color css
<style>
span { border-color: #4C586E; }
span { border-color: rgb(76,88,110); }
td.TdClassName
{
border-color: #4C586E;
}
.TagClassName
{
border-color: #4C586E;
}
</style>