Shades of East Bay #4A5573
Tints of East Bay #4A5573
RGB
CMYK
RGB Variations
Color information
#4A5573 (or 0x4A5573) is known color: East Bay. HEX triplet: 4A, 55 and 73. RGB value is (74,85,115). Sum of RGB (Red+Green+Blue) = 74+85+115=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5573 is #B5AA8C. Grayscale: #555555. Windows color (decimal): -11905677 or 7558474. OLE color: 7558474.
HSL color Cylindrical-coordinate representation of color #4A5573: hue angle of 223.9º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A5573 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 85 | 115 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.55 |
| HSL | 223.9º | 0.22% | 0.37% | - |
| HSV(B) | 223.9º | 0.36% | 0.45% | - |
| XYZ | 9.17 | 9.19 | 17.51 | - |
| YUV | 85.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 115 | 0.36 | 0.26 | 0 | 0.55 | 223.9 | 0.22 | 0.37 |
| Hex | 4A | 55 | 73 | 24 | 1A | 0 | 37 | E0 | 16 | 25 |
| Octal | 112 | 125 | 163 | 44 | 32 | 0 | 67 | 340 | 26 | 45 |
| Binary | 1001010 | 1010101 | 1110011 | 100100 | 11010 | 0 | 110111 | 11100000 | 10110 | 100101 |
Color Harmonies of #4A5573
Complementary color
Monochromatic Colors of #4A5573
Black with #4A5573
Text Example
Text Example
White with #4A5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5573; }
p { color: rgb(74,85,115); }
H1.HeaderClassName
{
color: #4A5573;
}
.AnyTagClassName
{
color: #4A5573;
}
</style>
background-color css
<style>
a { background-color: #4A5573; }
a { background-color: rgb(74,85,115); }
div.DivClassName
{
background-color: #4A5573;
}
.BgClassName
{
background-color: #4A5573;
}
</style>
border-color css
<style>
span { border-color: #4A5573; }
span { border-color: rgb(74,85,115); }
td.TdClassName
{
border-color: #4A5573;
}
.TagClassName
{
border-color: #4A5573;
}
</style>