Shades of East Bay #4F5565
Tints of East Bay #4F5565
RGB
CMYK
RGB Variations
Color information
#4F5565 (or 0x4F5565) is known color: East Bay. HEX triplet: 4F, 55 and 65. RGB value is (79,85,101). Sum of RGB (Red+Green+Blue) = 79+85+101=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5565 is #B0AA9A. Grayscale: #545454. Windows color (decimal): -11578011 or 6640975. OLE color: 6640975.
HSL color Cylindrical-coordinate representation of color #4F5565: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F5565 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 85 | 101 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.60 |
| HSL | 223.64º | 0.12% | 0.35% | - |
| HSV(B) | 223.64º | 0.22% | 0.4% | - |
| XYZ | 8.82 | 9.1 | 13.6 | - |
| YUV | 85.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 101 | 0.22 | 0.16 | 0 | 0.60 | 223.64 | 0.12 | 0.35 |
| Hex | 4F | 55 | 65 | 16 | 10 | 0 | 3C | E0 | C | 23 |
| Octal | 117 | 125 | 145 | 26 | 20 | 0 | 74 | 340 | 14 | 43 |
| Binary | 1001111 | 1010101 | 1100101 | 10110 | 10000 | 0 | 111100 | 11100000 | 1100 | 100011 |
Color Harmonies of #4F5565
Complementary color
Monochromatic Colors of #4F5565
Black with #4F5565
Text Example
Text Example
White with #4F5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5565; }
p { color: rgb(79,85,101); }
H1.HeaderClassName
{
color: #4F5565;
}
.AnyTagClassName
{
color: #4F5565;
}
</style>
background-color css
<style>
a { background-color: #4F5565; }
a { background-color: rgb(79,85,101); }
div.DivClassName
{
background-color: #4F5565;
}
.BgClassName
{
background-color: #4F5565;
}
</style>
border-color css
<style>
span { border-color: #4F5565; }
span { border-color: rgb(79,85,101); }
td.TdClassName
{
border-color: #4F5565;
}
.TagClassName
{
border-color: #4F5565;
}
</style>