Shades of East Bay #4B576E
Tints of East Bay #4B576E
RGB
CMYK
RGB Variations
Color information
#4B576E (or 0x4B576E) is known color: East Bay. HEX triplet: 4B, 57 and 6E. RGB value is (75,87,110). Sum of RGB (Red+Green+Blue) = 75+87+110=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B576E is #B4A891. Grayscale: #555555. Windows color (decimal): -11839634 or 7231307. OLE color: 7231307.
HSL color Cylindrical-coordinate representation of color #4B576E: hue angle of 219.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B576E is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 87 | 110 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.57 |
| HSL | 219.43º | 0.19% | 0.36% | - |
| HSV(B) | 219.43º | 0.32% | 0.43% | - |
| XYZ | 9.12 | 9.44 | 16.09 | - |
| YUV | 86.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 110 | 0.32 | 0.21 | 0 | 0.57 | 219.43 | 0.19 | 0.36 |
| Hex | 4B | 57 | 6E | 20 | 15 | 0 | 39 | DB | 13 | 24 |
| Octal | 113 | 127 | 156 | 40 | 25 | 0 | 71 | 333 | 23 | 44 |
| Binary | 1001011 | 1010111 | 1101110 | 100000 | 10101 | 0 | 111001 | 11011011 | 10011 | 100100 |
Color Harmonies of #4B576E
Complementary color
Monochromatic Colors of #4B576E
Black with #4B576E
Text Example
Text Example
White with #4B576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B576E; }
p { color: rgb(75,87,110); }
H1.HeaderClassName
{
color: #4B576E;
}
.AnyTagClassName
{
color: #4B576E;
}
</style>
background-color css
<style>
a { background-color: #4B576E; }
a { background-color: rgb(75,87,110); }
div.DivClassName
{
background-color: #4B576E;
}
.BgClassName
{
background-color: #4B576E;
}
</style>
border-color css
<style>
span { border-color: #4B576E; }
span { border-color: rgb(75,87,110); }
td.TdClassName
{
border-color: #4B576E;
}
.TagClassName
{
border-color: #4B576E;
}
</style>