Shades of East Bay #4F5567
Tints of East Bay #4F5567
RGB
CMYK
RGB Variations
Color information
#4F5567 (or 0x4F5567) is known color: East Bay. HEX triplet: 4F, 55 and 67. RGB value is (79,85,103). Sum of RGB (Red+Green+Blue) = 79+85+103=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F5567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5567 is #B0AA98. Grayscale: #555555. Windows color (decimal): -11578009 or 6772047. OLE color: 6772047.
HSL color Cylindrical-coordinate representation of color #4F5567: hue angle of 225º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5567 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 85 | 103 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.60 |
| HSL | 225º | 0.13% | 0.36% | - |
| HSV(B) | 225º | 0.23% | 0.4% | - |
| XYZ | 8.92 | 9.14 | 14.13 | - |
| YUV | 85.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 103 | 0.23 | 0.17 | 0 | 0.60 | 225 | 0.13 | 0.36 |
| Hex | 4F | 55 | 67 | 17 | 11 | 0 | 3C | E1 | D | 24 |
| Octal | 117 | 125 | 147 | 27 | 21 | 0 | 74 | 341 | 15 | 44 |
| Binary | 1001111 | 1010101 | 1100111 | 10111 | 10001 | 0 | 111100 | 11100001 | 1101 | 100100 |
Color Harmonies of #4F5567
Complementary color
Monochromatic Colors of #4F5567
Black with #4F5567
Text Example
Text Example
White with #4F5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5567; }
p { color: rgb(79,85,103); }
H1.HeaderClassName
{
color: #4F5567;
}
.AnyTagClassName
{
color: #4F5567;
}
</style>
background-color css
<style>
a { background-color: #4F5567; }
a { background-color: rgb(79,85,103); }
div.DivClassName
{
background-color: #4F5567;
}
.BgClassName
{
background-color: #4F5567;
}
</style>
border-color css
<style>
span { border-color: #4F5567; }
span { border-color: rgb(79,85,103); }
td.TdClassName
{
border-color: #4F5567;
}
.TagClassName
{
border-color: #4F5567;
}
</style>