Shades of East Bay #4F526B
Tints of East Bay #4F526B
RGB
CMYK
RGB Variations
Color information
#4F526B (or 0x4F526B) is known color: East Bay. HEX triplet: 4F, 52 and 6B. RGB value is (79,82,107). Sum of RGB (Red+Green+Blue) = 79+82+107=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F526B is #B0AD94. Grayscale: #535353. Windows color (decimal): -11578773 or 7033423. OLE color: 7033423.
HSL color Cylindrical-coordinate representation of color #4F526B: hue angle of 233.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F526B is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 82 | 107 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.58 |
| HSL | 233.57º | 0.15% | 0.36% | - |
| HSV(B) | 233.57º | 0.26% | 0.42% | - |
| XYZ | 8.9 | 8.76 | 15.13 | - |
| YUV | 83.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 107 | 0.26 | 0.23 | 0 | 0.58 | 233.57 | 0.15 | 0.36 |
| Hex | 4F | 52 | 6B | 1A | 17 | 0 | 3A | EA | F | 24 |
| Octal | 117 | 122 | 153 | 32 | 27 | 0 | 72 | 352 | 17 | 44 |
| Binary | 1001111 | 1010010 | 1101011 | 11010 | 10111 | 0 | 111010 | 11101010 | 1111 | 100100 |
Color Harmonies of #4F526B
Complementary color
Monochromatic Colors of #4F526B
Black with #4F526B
Text Example
Text Example
White with #4F526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F526B; }
p { color: rgb(79,82,107); }
H1.HeaderClassName
{
color: #4F526B;
}
.AnyTagClassName
{
color: #4F526B;
}
</style>
background-color css
<style>
a { background-color: #4F526B; }
a { background-color: rgb(79,82,107); }
div.DivClassName
{
background-color: #4F526B;
}
.BgClassName
{
background-color: #4F526B;
}
</style>
border-color css
<style>
span { border-color: #4F526B; }
span { border-color: rgb(79,82,107); }
td.TdClassName
{
border-color: #4F526B;
}
.TagClassName
{
border-color: #4F526B;
}
</style>