Shades of East Bay #4B5569
Tints of East Bay #4B5569
RGB
CMYK
RGB Variations
Color information
#4B5569 (or 0x4B5569) is known color: East Bay. HEX triplet: 4B, 55 and 69. RGB value is (75,85,105). Sum of RGB (Red+Green+Blue) = 75+85+105=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B5569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5569 is #B4AA96. Grayscale: #545454. Windows color (decimal): -11840151 or 6903115. OLE color: 6903115.
HSL color Cylindrical-coordinate representation of color #4B5569: hue angle of 220º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B5569 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 85 | 105 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.59 |
| HSL | 220º | 0.17% | 0.35% | - |
| HSV(B) | 220º | 0.29% | 0.41% | - |
| XYZ | 8.7 | 9.01 | 14.65 | - |
| YUV | 84.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 105 | 0.29 | 0.19 | 0 | 0.59 | 220 | 0.17 | 0.35 |
| Hex | 4B | 55 | 69 | 1D | 13 | 0 | 3B | DC | 11 | 23 |
| Octal | 113 | 125 | 151 | 35 | 23 | 0 | 73 | 334 | 21 | 43 |
| Binary | 1001011 | 1010101 | 1101001 | 11101 | 10011 | 0 | 111011 | 11011100 | 10001 | 100011 |
Color Harmonies of #4B5569
Complementary color
Monochromatic Colors of #4B5569
Black with #4B5569
Text Example
Text Example
White with #4B5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5569; }
p { color: rgb(75,85,105); }
H1.HeaderClassName
{
color: #4B5569;
}
.AnyTagClassName
{
color: #4B5569;
}
</style>
background-color css
<style>
a { background-color: #4B5569; }
a { background-color: rgb(75,85,105); }
div.DivClassName
{
background-color: #4B5569;
}
.BgClassName
{
background-color: #4B5569;
}
</style>
border-color css
<style>
span { border-color: #4B5569; }
span { border-color: rgb(75,85,105); }
td.TdClassName
{
border-color: #4B5569;
}
.TagClassName
{
border-color: #4B5569;
}
</style>