Shades of East Bay #4D5269
Tints of East Bay #4D5269
RGB
CMYK
RGB Variations
Color information
#4D5269 (or 0x4D5269) is known color: East Bay. HEX triplet: 4D, 52 and 69. RGB value is (77,82,105). Sum of RGB (Red+Green+Blue) = 77+82+105=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D5269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5269 is #B2AD96. Grayscale: #535353. Windows color (decimal): -11709847 or 6902349. OLE color: 6902349.
HSL color Cylindrical-coordinate representation of color #4D5269: hue angle of 229.29º 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 #4D5269 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 82 | 105 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.59 |
| HSL | 229.29º | 0.15% | 0.36% | - |
| HSV(B) | 229.29º | 0.27% | 0.41% | - |
| XYZ | 8.63 | 8.63 | 14.58 | - |
| YUV | 83.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 105 | 0.27 | 0.22 | 0 | 0.59 | 229.29 | 0.15 | 0.36 |
| Hex | 4D | 52 | 69 | 1B | 16 | 0 | 3B | E5 | F | 24 |
| Octal | 115 | 122 | 151 | 33 | 26 | 0 | 73 | 345 | 17 | 44 |
| Binary | 1001101 | 1010010 | 1101001 | 11011 | 10110 | 0 | 111011 | 11100101 | 1111 | 100100 |
Color Harmonies of #4D5269
Complementary color
Monochromatic Colors of #4D5269
Black with #4D5269
Text Example
Text Example
White with #4D5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5269; }
p { color: rgb(77,82,105); }
H1.HeaderClassName
{
color: #4D5269;
}
.AnyTagClassName
{
color: #4D5269;
}
</style>
background-color css
<style>
a { background-color: #4D5269; }
a { background-color: rgb(77,82,105); }
div.DivClassName
{
background-color: #4D5269;
}
.BgClassName
{
background-color: #4D5269;
}
</style>
border-color css
<style>
span { border-color: #4D5269; }
span { border-color: rgb(77,82,105); }
td.TdClassName
{
border-color: #4D5269;
}
.TagClassName
{
border-color: #4D5269;
}
</style>