Shades of East Bay #4D546B
Tints of East Bay #4D546B
RGB
CMYK
RGB Variations
Color information
#4D546B (or 0x4D546B) is known color: East Bay. HEX triplet: 4D, 54 and 6B. RGB value is (77,84,107). Sum of RGB (Red+Green+Blue) = 77+84+107=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D546B is #B2AB94. Grayscale: #545454. Windows color (decimal): -11709333 or 7033933. OLE color: 7033933.
HSL color Cylindrical-coordinate representation of color #4D546B: hue angle of 226º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D546B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 84 | 107 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.58 |
| HSL | 226º | 0.16% | 0.36% | - |
| HSV(B) | 226º | 0.28% | 0.42% | - |
| XYZ | 8.88 | 8.98 | 15.17 | - |
| YUV | 84.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 107 | 0.28 | 0.21 | 0 | 0.58 | 226 | 0.16 | 0.36 |
| Hex | 4D | 54 | 6B | 1C | 15 | 0 | 3A | E2 | 10 | 24 |
| Octal | 115 | 124 | 153 | 34 | 25 | 0 | 72 | 342 | 20 | 44 |
| Binary | 1001101 | 1010100 | 1101011 | 11100 | 10101 | 0 | 111010 | 11100010 | 10000 | 100100 |
Color Harmonies of #4D546B
Complementary color
Monochromatic Colors of #4D546B
Black with #4D546B
Text Example
Text Example
White with #4D546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D546B; }
p { color: rgb(77,84,107); }
H1.HeaderClassName
{
color: #4D546B;
}
.AnyTagClassName
{
color: #4D546B;
}
</style>
background-color css
<style>
a { background-color: #4D546B; }
a { background-color: rgb(77,84,107); }
div.DivClassName
{
background-color: #4D546B;
}
.BgClassName
{
background-color: #4D546B;
}
</style>
border-color css
<style>
span { border-color: #4D546B; }
span { border-color: rgb(77,84,107); }
td.TdClassName
{
border-color: #4D546B;
}
.TagClassName
{
border-color: #4D546B;
}
</style>