Shades of East Bay #4F5367
Tints of East Bay #4F5367
RGB
CMYK
RGB Variations
Color information
#4F5367 (or 0x4F5367) is known color: East Bay. HEX triplet: 4F, 53 and 67. RGB value is (79,83,103). Sum of RGB (Red+Green+Blue) = 79+83+103=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5367 is #B0AC98. Grayscale: #545454. Windows color (decimal): -11578521 or 6771535. OLE color: 6771535.
HSL color Cylindrical-coordinate representation of color #4F5367: hue angle of 230º 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 #4F5367 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 83 | 103 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.60 |
| HSL | 230º | 0.13% | 0.36% | - |
| HSV(B) | 230º | 0.23% | 0.4% | - |
| XYZ | 8.77 | 8.83 | 14.07 | - |
| YUV | 84.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 103 | 0.23 | 0.19 | 0 | 0.60 | 230 | 0.13 | 0.36 |
| Hex | 4F | 53 | 67 | 17 | 13 | 0 | 3C | E6 | D | 24 |
| Octal | 117 | 123 | 147 | 27 | 23 | 0 | 74 | 346 | 15 | 44 |
| Binary | 1001111 | 1010011 | 1100111 | 10111 | 10011 | 0 | 111100 | 11100110 | 1101 | 100100 |
Color Harmonies of #4F5367
Complementary color
Monochromatic Colors of #4F5367
Black with #4F5367
Text Example
Text Example
White with #4F5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5367; }
p { color: rgb(79,83,103); }
H1.HeaderClassName
{
color: #4F5367;
}
.AnyTagClassName
{
color: #4F5367;
}
</style>
background-color css
<style>
a { background-color: #4F5367; }
a { background-color: rgb(79,83,103); }
div.DivClassName
{
background-color: #4F5367;
}
.BgClassName
{
background-color: #4F5367;
}
</style>
border-color css
<style>
span { border-color: #4F5367; }
span { border-color: rgb(79,83,103); }
td.TdClassName
{
border-color: #4F5367;
}
.TagClassName
{
border-color: #4F5367;
}
</style>