Shades of East Bay #4D506E
Tints of East Bay #4D506E
RGB
CMYK
RGB Variations
Color information
#4D506E (or 0x4D506E) is known color: East Bay. HEX triplet: 4D, 50 and 6E. RGB value is (77,80,110). Sum of RGB (Red+Green+Blue) = 77+80+110=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D506E is #B2AF91. Grayscale: #525252. Windows color (decimal): -11710354 or 7229517. OLE color: 7229517.
HSL color Cylindrical-coordinate representation of color #4D506E: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D506E is Cyan = 0.3, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 80 | 110 | - |
| CMYK | 0.3 | 0.27 | 0 | 0.57 |
| HSL | 234.55º | 0.18% | 0.37% | - |
| HSV(B) | 234.55º | 0.3% | 0.43% | - |
| XYZ | 8.74 | 8.44 | 15.92 | - |
| YUV | 82.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 110 | 0.3 | 0.27 | 0 | 0.57 | 234.55 | 0.18 | 0.37 |
| Hex | 4D | 50 | 6E | 1E | 1B | 0 | 39 | EB | 12 | 25 |
| Octal | 115 | 120 | 156 | 36 | 33 | 0 | 71 | 353 | 22 | 45 |
| Binary | 1001101 | 1010000 | 1101110 | 11110 | 11011 | 0 | 111001 | 11101011 | 10010 | 100101 |
Color Harmonies of #4D506E
Complementary color
Monochromatic Colors of #4D506E
Black with #4D506E
Text Example
Text Example
White with #4D506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D506E; }
p { color: rgb(77,80,110); }
H1.HeaderClassName
{
color: #4D506E;
}
.AnyTagClassName
{
color: #4D506E;
}
</style>
background-color css
<style>
a { background-color: #4D506E; }
a { background-color: rgb(77,80,110); }
div.DivClassName
{
background-color: #4D506E;
}
.BgClassName
{
background-color: #4D506E;
}
</style>
border-color css
<style>
span { border-color: #4D506E; }
span { border-color: rgb(77,80,110); }
td.TdClassName
{
border-color: #4D506E;
}
.TagClassName
{
border-color: #4D506E;
}
</style>