Shades of East Bay #4F5468
Tints of East Bay #4F5468
RGB
CMYK
RGB Variations
Color information
#4F5468 (or 0x4F5468) is known color: East Bay. HEX triplet: 4F, 54 and 68. RGB value is (79,84,104). Sum of RGB (Red+Green+Blue) = 79+84+104=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5468 is #B0AB97. Grayscale: #545454. Windows color (decimal): -11578264 or 6837327. OLE color: 6837327.
HSL color Cylindrical-coordinate representation of color #4F5468: hue angle of 228º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F5468 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 84 | 104 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.59 |
| HSL | 228º | 0.14% | 0.36% | - |
| HSV(B) | 228º | 0.24% | 0.41% | - |
| XYZ | 8.89 | 9 | 14.37 | - |
| YUV | 84.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 104 | 0.24 | 0.19 | 0 | 0.59 | 228 | 0.14 | 0.36 |
| Hex | 4F | 54 | 68 | 18 | 13 | 0 | 3B | E4 | E | 24 |
| Octal | 117 | 124 | 150 | 30 | 23 | 0 | 73 | 344 | 16 | 44 |
| Binary | 1001111 | 1010100 | 1101000 | 11000 | 10011 | 0 | 111011 | 11100100 | 1110 | 100100 |
Color Harmonies of #4F5468
Complementary color
Monochromatic Colors of #4F5468
Black with #4F5468
Text Example
Text Example
White with #4F5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5468; }
p { color: rgb(79,84,104); }
H1.HeaderClassName
{
color: #4F5468;
}
.AnyTagClassName
{
color: #4F5468;
}
</style>
background-color css
<style>
a { background-color: #4F5468; }
a { background-color: rgb(79,84,104); }
div.DivClassName
{
background-color: #4F5468;
}
.BgClassName
{
background-color: #4F5468;
}
</style>
border-color css
<style>
span { border-color: #4F5468; }
span { border-color: rgb(79,84,104); }
td.TdClassName
{
border-color: #4F5468;
}
.TagClassName
{
border-color: #4F5468;
}
</style>