Shades of East Bay #4D5069
Tints of East Bay #4D5069
RGB
CMYK
RGB Variations
Color information
#4D5069 (or 0x4D5069) is known color: East Bay. HEX triplet: 4D, 50 and 69. RGB value is (77,80,105). Sum of RGB (Red+Green+Blue) = 77+80+105=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D5069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5069 is #B2AF96. Grayscale: #515151. Windows color (decimal): -11710359 or 6901837. OLE color: 6901837.
HSL color Cylindrical-coordinate representation of color #4D5069: hue angle of 233.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D5069 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 80 | 105 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.59 |
| HSL | 233.57º | 0.15% | 0.36% | - |
| HSV(B) | 233.57º | 0.27% | 0.41% | - |
| XYZ | 8.48 | 8.34 | 14.53 | - |
| YUV | 81.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 105 | 0.27 | 0.24 | 0 | 0.59 | 233.57 | 0.15 | 0.36 |
| Hex | 4D | 50 | 69 | 1B | 18 | 0 | 3B | EA | F | 24 |
| Octal | 115 | 120 | 151 | 33 | 30 | 0 | 73 | 352 | 17 | 44 |
| Binary | 1001101 | 1010000 | 1101001 | 11011 | 11000 | 0 | 111011 | 11101010 | 1111 | 100100 |
Color Harmonies of #4D5069
Complementary color
Monochromatic Colors of #4D5069
Black with #4D5069
Text Example
Text Example
White with #4D5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5069; }
p { color: rgb(77,80,105); }
H1.HeaderClassName
{
color: #4D5069;
}
.AnyTagClassName
{
color: #4D5069;
}
</style>
background-color css
<style>
a { background-color: #4D5069; }
a { background-color: rgb(77,80,105); }
div.DivClassName
{
background-color: #4D5069;
}
.BgClassName
{
background-color: #4D5069;
}
</style>
border-color css
<style>
span { border-color: #4D5069; }
span { border-color: rgb(77,80,105); }
td.TdClassName
{
border-color: #4D5069;
}
.TagClassName
{
border-color: #4D5069;
}
</style>