Shades of East Bay #4B576B
Tints of East Bay #4B576B
RGB
CMYK
RGB Variations
Color information
#4B576B (or 0x4B576B) is known color: East Bay. HEX triplet: 4B, 57 and 6B. RGB value is (75,87,107). Sum of RGB (Red+Green+Blue) = 75+87+107=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B576B is #B4A894. Grayscale: #555555. Windows color (decimal): -11839637 or 7034699. OLE color: 7034699.
HSL color Cylindrical-coordinate representation of color #4B576B: hue angle of 217.5º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B576B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 87 | 107 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.58 |
| HSL | 217.5º | 0.18% | 0.36% | - |
| HSV(B) | 217.5º | 0.3% | 0.42% | - |
| XYZ | 8.96 | 9.37 | 15.25 | - |
| YUV | 85.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 107 | 0.30 | 0.19 | 0 | 0.58 | 217.5 | 0.18 | 0.36 |
| Hex | 4B | 57 | 6B | 1E | 13 | 0 | 3A | DA | 12 | 24 |
| Octal | 113 | 127 | 153 | 36 | 23 | 0 | 72 | 332 | 22 | 44 |
| Binary | 1001011 | 1010111 | 1101011 | 11110 | 10011 | 0 | 111010 | 11011010 | 10010 | 100100 |
Color Harmonies of #4B576B
Complementary color
Monochromatic Colors of #4B576B
Black with #4B576B
Text Example
Text Example
White with #4B576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B576B; }
p { color: rgb(75,87,107); }
H1.HeaderClassName
{
color: #4B576B;
}
.AnyTagClassName
{
color: #4B576B;
}
</style>
background-color css
<style>
a { background-color: #4B576B; }
a { background-color: rgb(75,87,107); }
div.DivClassName
{
background-color: #4B576B;
}
.BgClassName
{
background-color: #4B576B;
}
</style>
border-color css
<style>
span { border-color: #4B576B; }
span { border-color: rgb(75,87,107); }
td.TdClassName
{
border-color: #4B576B;
}
.TagClassName
{
border-color: #4B576B;
}
</style>