Shades of East Bay #4C5767
Tints of East Bay #4C5767
RGB
CMYK
RGB Variations
Color information
#4C5767 (or 0x4C5767) is known color: East Bay. HEX triplet: 4C, 57 and 67. RGB value is (76,87,103). Sum of RGB (Red+Green+Blue) = 76+87+103=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C5767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5767 is #B3A898. Grayscale: #555555. Windows color (decimal): -11774105 or 6772556. OLE color: 6772556.
HSL color Cylindrical-coordinate representation of color #4C5767: hue angle of 215.56º 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 #4C5767 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 87 | 103 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.60 |
| HSL | 215.56º | 0.15% | 0.35% | - |
| HSV(B) | 215.56º | 0.26% | 0.4% | - |
| XYZ | 8.84 | 9.33 | 14.17 | - |
| YUV | 85.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 103 | 0.26 | 0.16 | 0 | 0.60 | 215.56 | 0.15 | 0.35 |
| Hex | 4C | 57 | 67 | 1A | 10 | 0 | 3C | D8 | F | 23 |
| Octal | 114 | 127 | 147 | 32 | 20 | 0 | 74 | 330 | 17 | 43 |
| Binary | 1001100 | 1010111 | 1100111 | 11010 | 10000 | 0 | 111100 | 11011000 | 1111 | 100011 |
Color Harmonies of #4C5767
Complementary color
Monochromatic Colors of #4C5767
Black with #4C5767
Text Example
Text Example
White with #4C5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5767; }
p { color: rgb(76,87,103); }
H1.HeaderClassName
{
color: #4C5767;
}
.AnyTagClassName
{
color: #4C5767;
}
</style>
background-color css
<style>
a { background-color: #4C5767; }
a { background-color: rgb(76,87,103); }
div.DivClassName
{
background-color: #4C5767;
}
.BgClassName
{
background-color: #4C5767;
}
</style>
border-color css
<style>
span { border-color: #4C5767; }
span { border-color: rgb(76,87,103); }
td.TdClassName
{
border-color: #4C5767;
}
.TagClassName
{
border-color: #4C5767;
}
</style>