Shades of East Bay #4D556B
Tints of East Bay #4D556B
RGB
CMYK
RGB Variations
Color information
#4D556B (or 0x4D556B) is known color: East Bay. HEX triplet: 4D, 55 and 6B. RGB value is (77,85,107). Sum of RGB (Red+Green+Blue) = 77+85+107=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D556B is #B2AA94. Grayscale: #555555. Windows color (decimal): -11709077 or 7034189. OLE color: 7034189.
HSL color Cylindrical-coordinate representation of color #4D556B: hue angle of 224º 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 #4D556B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 85 | 107 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.58 |
| HSL | 224º | 0.16% | 0.36% | - |
| HSV(B) | 224º | 0.28% | 0.42% | - |
| XYZ | 8.96 | 9.14 | 15.2 | - |
| YUV | 85.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 107 | 0.28 | 0.21 | 0 | 0.58 | 224 | 0.16 | 0.36 |
| Hex | 4D | 55 | 6B | 1C | 15 | 0 | 3A | E0 | 10 | 24 |
| Octal | 115 | 125 | 153 | 34 | 25 | 0 | 72 | 340 | 20 | 44 |
| Binary | 1001101 | 1010101 | 1101011 | 11100 | 10101 | 0 | 111010 | 11100000 | 10000 | 100100 |
Color Harmonies of #4D556B
Complementary color
Monochromatic Colors of #4D556B
Black with #4D556B
Text Example
Text Example
White with #4D556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D556B; }
p { color: rgb(77,85,107); }
H1.HeaderClassName
{
color: #4D556B;
}
.AnyTagClassName
{
color: #4D556B;
}
</style>
background-color css
<style>
a { background-color: #4D556B; }
a { background-color: rgb(77,85,107); }
div.DivClassName
{
background-color: #4D556B;
}
.BgClassName
{
background-color: #4D556B;
}
</style>
border-color css
<style>
span { border-color: #4D556B; }
span { border-color: rgb(77,85,107); }
td.TdClassName
{
border-color: #4D556B;
}
.TagClassName
{
border-color: #4D556B;
}
</style>