Shades of East Bay #4C516F
Tints of East Bay #4C516F
RGB
CMYK
RGB Variations
Color information
#4C516F (or 0x4C516F) is known color: East Bay. HEX triplet: 4C, 51 and 6F. RGB value is (76,81,111). Sum of RGB (Red+Green+Blue) = 76+81+111=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 81 (32.03% from 255 or 30.22% 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 #4C516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C516F is #B3AE90. Grayscale: #525252. Windows color (decimal): -11775633 or 7295308. OLE color: 7295308.
HSL color Cylindrical-coordinate representation of color #4C516F: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C516F is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 81 | 111 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.56 |
| HSL | 231.43º | 0.19% | 0.37% | - |
| HSV(B) | 231.43º | 0.32% | 0.44% | - |
| XYZ | 8.79 | 8.57 | 16.23 | - |
| YUV | 82.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 111 | 0.32 | 0.27 | 0 | 0.56 | 231.43 | 0.19 | 0.37 |
| Hex | 4C | 51 | 6F | 20 | 1B | 0 | 38 | E7 | 13 | 25 |
| Octal | 114 | 121 | 157 | 40 | 33 | 0 | 70 | 347 | 23 | 45 |
| Binary | 1001100 | 1010001 | 1101111 | 100000 | 11011 | 0 | 111000 | 11100111 | 10011 | 100101 |
Color Harmonies of #4C516F
Complementary color
Monochromatic Colors of #4C516F
Black with #4C516F
Text Example
Text Example
White with #4C516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C516F; }
p { color: rgb(76,81,111); }
H1.HeaderClassName
{
color: #4C516F;
}
.AnyTagClassName
{
color: #4C516F;
}
</style>
background-color css
<style>
a { background-color: #4C516F; }
a { background-color: rgb(76,81,111); }
div.DivClassName
{
background-color: #4C516F;
}
.BgClassName
{
background-color: #4C516F;
}
</style>
border-color css
<style>
span { border-color: #4C516F; }
span { border-color: rgb(76,81,111); }
td.TdClassName
{
border-color: #4C516F;
}
.TagClassName
{
border-color: #4C516F;
}
</style>