Shades of East Bay #4D536C
Tints of East Bay #4D536C
RGB
CMYK
RGB Variations
Color information
#4D536C (or 0x4D536C) is known color: East Bay. HEX triplet: 4D, 53 and 6C. RGB value is (77,83,108). Sum of RGB (Red+Green+Blue) = 77+83+108=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D536C is #B2AC93. Grayscale: #535353. Windows color (decimal): -11709588 or 7099213. OLE color: 7099213.
HSL color Cylindrical-coordinate representation of color #4D536C: hue angle of 228.39º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D536C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 83 | 108 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.58 |
| HSL | 228.39º | 0.17% | 0.36% | - |
| HSV(B) | 228.39º | 0.29% | 0.42% | - |
| XYZ | 8.86 | 8.85 | 15.43 | - |
| YUV | 84.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 108 | 0.29 | 0.23 | 0 | 0.58 | 228.39 | 0.17 | 0.36 |
| Hex | 4D | 53 | 6C | 1D | 17 | 0 | 3A | E4 | 11 | 24 |
| Octal | 115 | 123 | 154 | 35 | 27 | 0 | 72 | 344 | 21 | 44 |
| Binary | 1001101 | 1010011 | 1101100 | 11101 | 10111 | 0 | 111010 | 11100100 | 10001 | 100100 |
Color Harmonies of #4D536C
Complementary color
Monochromatic Colors of #4D536C
Black with #4D536C
Text Example
Text Example
White with #4D536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D536C; }
p { color: rgb(77,83,108); }
H1.HeaderClassName
{
color: #4D536C;
}
.AnyTagClassName
{
color: #4D536C;
}
</style>
background-color css
<style>
a { background-color: #4D536C; }
a { background-color: rgb(77,83,108); }
div.DivClassName
{
background-color: #4D536C;
}
.BgClassName
{
background-color: #4D536C;
}
</style>
border-color css
<style>
span { border-color: #4D536C; }
span { border-color: rgb(77,83,108); }
td.TdClassName
{
border-color: #4D536C;
}
.TagClassName
{
border-color: #4D536C;
}
</style>