Shades of East Bay #4D5469
Tints of East Bay #4D5469
RGB
CMYK
RGB Variations
Color information
#4D5469 (or 0x4D5469) is known color: East Bay. HEX triplet: 4D, 54 and 69. RGB value is (77,84,105). Sum of RGB (Red+Green+Blue) = 77+84+105=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D5469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5469 is #B2AB96. Grayscale: #545454. Windows color (decimal): -11709335 or 6902861. OLE color: 6902861.
HSL color Cylindrical-coordinate representation of color #4D5469: hue angle of 225º 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 #4D5469 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 84 | 105 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.59 |
| HSL | 225º | 0.15% | 0.36% | - |
| HSV(B) | 225º | 0.27% | 0.41% | - |
| XYZ | 8.78 | 8.94 | 14.63 | - |
| YUV | 84.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 105 | 0.27 | 0.20 | 0 | 0.59 | 225 | 0.15 | 0.36 |
| Hex | 4D | 54 | 69 | 1B | 14 | 0 | 3B | E1 | F | 24 |
| Octal | 115 | 124 | 151 | 33 | 24 | 0 | 73 | 341 | 17 | 44 |
| Binary | 1001101 | 1010100 | 1101001 | 11011 | 10100 | 0 | 111011 | 11100001 | 1111 | 100100 |
Color Harmonies of #4D5469
Complementary color
Monochromatic Colors of #4D5469
Black with #4D5469
Text Example
Text Example
White with #4D5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5469; }
p { color: rgb(77,84,105); }
H1.HeaderClassName
{
color: #4D5469;
}
.AnyTagClassName
{
color: #4D5469;
}
</style>
background-color css
<style>
a { background-color: #4D5469; }
a { background-color: rgb(77,84,105); }
div.DivClassName
{
background-color: #4D5469;
}
.BgClassName
{
background-color: #4D5469;
}
</style>
border-color css
<style>
span { border-color: #4D5469; }
span { border-color: rgb(77,84,105); }
td.TdClassName
{
border-color: #4D5469;
}
.TagClassName
{
border-color: #4D5469;
}
</style>