Shades of East Bay #4D5768
Tints of East Bay #4D5768
RGB
CMYK
RGB Variations
Color information
#4D5768 (or 0x4D5768) is known color: East Bay. HEX triplet: 4D, 57 and 68. RGB value is (77,87,104). Sum of RGB (Red+Green+Blue) = 77+87+104=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5768 is #B2A897. Grayscale: #555555. Windows color (decimal): -11708568 or 6838093. OLE color: 6838093.
HSL color Cylindrical-coordinate representation of color #4D5768: hue angle of 217.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5768 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 87 | 104 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.59 |
| HSL | 217.78º | 0.15% | 0.35% | - |
| HSV(B) | 217.78º | 0.26% | 0.41% | - |
| XYZ | 8.97 | 9.39 | 14.44 | - |
| YUV | 85.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 104 | 0.26 | 0.16 | 0 | 0.59 | 217.78 | 0.15 | 0.35 |
| Hex | 4D | 57 | 68 | 1A | 10 | 0 | 3B | DA | F | 23 |
| Octal | 115 | 127 | 150 | 32 | 20 | 0 | 73 | 332 | 17 | 43 |
| Binary | 1001101 | 1010111 | 1101000 | 11010 | 10000 | 0 | 111011 | 11011010 | 1111 | 100011 |
Color Harmonies of #4D5768
Complementary color
Monochromatic Colors of #4D5768
Black with #4D5768
Text Example
Text Example
White with #4D5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5768; }
p { color: rgb(77,87,104); }
H1.HeaderClassName
{
color: #4D5768;
}
.AnyTagClassName
{
color: #4D5768;
}
</style>
background-color css
<style>
a { background-color: #4D5768; }
a { background-color: rgb(77,87,104); }
div.DivClassName
{
background-color: #4D5768;
}
.BgClassName
{
background-color: #4D5768;
}
</style>
border-color css
<style>
span { border-color: #4D5768; }
span { border-color: rgb(77,87,104); }
td.TdClassName
{
border-color: #4D5768;
}
.TagClassName
{
border-color: #4D5768;
}
</style>