Shades of East Bay #4F5365
Tints of East Bay #4F5365
RGB
CMYK
RGB Variations
Color information
#4F5365 (or 0x4F5365) is known color: East Bay. HEX triplet: 4F, 53 and 65. RGB value is (79,83,101). Sum of RGB (Red+Green+Blue) = 79+83+101=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5365 is #B0AC9A. Grayscale: #535353. Windows color (decimal): -11578523 or 6640463. OLE color: 6640463.
HSL color Cylindrical-coordinate representation of color #4F5365: hue angle of 229.09º 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 #4F5365 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 83 | 101 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.60 |
| HSL | 229.09º | 0.12% | 0.35% | - |
| HSV(B) | 229.09º | 0.22% | 0.4% | - |
| XYZ | 8.67 | 8.79 | 13.55 | - |
| YUV | 83.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 101 | 0.22 | 0.18 | 0 | 0.60 | 229.09 | 0.12 | 0.35 |
| Hex | 4F | 53 | 65 | 16 | 12 | 0 | 3C | E5 | C | 23 |
| Octal | 117 | 123 | 145 | 26 | 22 | 0 | 74 | 345 | 14 | 43 |
| Binary | 1001111 | 1010011 | 1100101 | 10110 | 10010 | 0 | 111100 | 11100101 | 1100 | 100011 |
Color Harmonies of #4F5365
Complementary color
Monochromatic Colors of #4F5365
Black with #4F5365
Text Example
Text Example
White with #4F5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5365; }
p { color: rgb(79,83,101); }
H1.HeaderClassName
{
color: #4F5365;
}
.AnyTagClassName
{
color: #4F5365;
}
</style>
background-color css
<style>
a { background-color: #4F5365; }
a { background-color: rgb(79,83,101); }
div.DivClassName
{
background-color: #4F5365;
}
.BgClassName
{
background-color: #4F5365;
}
</style>
border-color css
<style>
span { border-color: #4F5365; }
span { border-color: rgb(79,83,101); }
td.TdClassName
{
border-color: #4F5365;
}
.TagClassName
{
border-color: #4F5365;
}
</style>