Shades of East Bay #4A5474
Tints of East Bay #4A5474
RGB
CMYK
RGB Variations
Color information
#4A5474 (or 0x4A5474) is known color: East Bay. HEX triplet: 4A, 54 and 74. RGB value is (74,84,116). Sum of RGB (Red+Green+Blue) = 74+84+116=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A5474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5474 is #B5AB8B. Grayscale: #545454. Windows color (decimal): -11905932 or 7623754. OLE color: 7623754.
HSL color Cylindrical-coordinate representation of color #4A5474: hue angle of 225.71º 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 #4A5474 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 84 | 116 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.55 |
| HSL | 225.71º | 0.22% | 0.37% | - |
| HSV(B) | 225.71º | 0.36% | 0.45% | - |
| XYZ | 9.15 | 9.06 | 17.79 | - |
| YUV | 84.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 116 | 0.36 | 0.28 | 0 | 0.55 | 225.71 | 0.22 | 0.37 |
| Hex | 4A | 54 | 74 | 24 | 1C | 0 | 37 | E2 | 16 | 25 |
| Octal | 112 | 124 | 164 | 44 | 34 | 0 | 67 | 342 | 26 | 45 |
| Binary | 1001010 | 1010100 | 1110100 | 100100 | 11100 | 0 | 110111 | 11100010 | 10110 | 100101 |
Color Harmonies of #4A5474
Complementary color
Monochromatic Colors of #4A5474
Black with #4A5474
Text Example
Text Example
White with #4A5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5474; }
p { color: rgb(74,84,116); }
H1.HeaderClassName
{
color: #4A5474;
}
.AnyTagClassName
{
color: #4A5474;
}
</style>
background-color css
<style>
a { background-color: #4A5474; }
a { background-color: rgb(74,84,116); }
div.DivClassName
{
background-color: #4A5474;
}
.BgClassName
{
background-color: #4A5474;
}
</style>
border-color css
<style>
span { border-color: #4A5474; }
span { border-color: rgb(74,84,116); }
td.TdClassName
{
border-color: #4A5474;
}
.TagClassName
{
border-color: #4A5474;
}
</style>