Shades of East Bay #4A5565
Tints of East Bay #4A5565
RGB
CMYK
RGB Variations
Color information
#4A5565 (or 0x4A5565) is known color: East Bay. HEX triplet: 4A, 55 and 65. RGB value is (74,85,101). Sum of RGB (Red+Green+Blue) = 74+85+101=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A5565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5565 is #B5AA9A. Grayscale: #535353. Windows color (decimal): -11905691 or 6640970. OLE color: 6640970.
HSL color Cylindrical-coordinate representation of color #4A5565: hue angle of 215.56º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A5565 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 85 | 101 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.60 |
| HSL | 215.56º | 0.15% | 0.34% | - |
| HSV(B) | 215.56º | 0.27% | 0.4% | - |
| XYZ | 8.42 | 8.89 | 13.58 | - |
| YUV | 83.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 101 | 0.27 | 0.16 | 0 | 0.60 | 215.56 | 0.15 | 0.34 |
| Hex | 4A | 55 | 65 | 1B | 10 | 0 | 3C | D8 | F | 22 |
| Octal | 112 | 125 | 145 | 33 | 20 | 0 | 74 | 330 | 17 | 42 |
| Binary | 1001010 | 1010101 | 1100101 | 11011 | 10000 | 0 | 111100 | 11011000 | 1111 | 100010 |
Color Harmonies of #4A5565
Complementary color
Monochromatic Colors of #4A5565
Black with #4A5565
Text Example
Text Example
White with #4A5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5565; }
p { color: rgb(74,85,101); }
H1.HeaderClassName
{
color: #4A5565;
}
.AnyTagClassName
{
color: #4A5565;
}
</style>
background-color css
<style>
a { background-color: #4A5565; }
a { background-color: rgb(74,85,101); }
div.DivClassName
{
background-color: #4A5565;
}
.BgClassName
{
background-color: #4A5565;
}
</style>
border-color css
<style>
span { border-color: #4A5565; }
span { border-color: rgb(74,85,101); }
td.TdClassName
{
border-color: #4A5565;
}
.TagClassName
{
border-color: #4A5565;
}
</style>