Shades of East Bay #4A556D
Tints of East Bay #4A556D
RGB
CMYK
RGB Variations
Color information
#4A556D (or 0x4A556D) is known color: East Bay. HEX triplet: 4A, 55 and 6D. RGB value is (74,85,109). Sum of RGB (Red+Green+Blue) = 74+85+109=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A556D is #B5AA92. Grayscale: #545454. Windows color (decimal): -11905683 or 7165258. OLE color: 7165258.
HSL color Cylindrical-coordinate representation of color #4A556D: hue angle of 221.14º 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 #4A556D is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 85 | 109 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.57 |
| HSL | 221.14º | 0.19% | 0.36% | - |
| HSV(B) | 221.14º | 0.32% | 0.43% | - |
| XYZ | 8.83 | 9.06 | 15.75 | - |
| YUV | 84.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 109 | 0.32 | 0.22 | 0 | 0.57 | 221.14 | 0.19 | 0.36 |
| Hex | 4A | 55 | 6D | 20 | 16 | 0 | 39 | DD | 13 | 24 |
| Octal | 112 | 125 | 155 | 40 | 26 | 0 | 71 | 335 | 23 | 44 |
| Binary | 1001010 | 1010101 | 1101101 | 100000 | 10110 | 0 | 111001 | 11011101 | 10011 | 100100 |
Color Harmonies of #4A556D
Complementary color
Monochromatic Colors of #4A556D
Black with #4A556D
Text Example
Text Example
White with #4A556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A556D; }
p { color: rgb(74,85,109); }
H1.HeaderClassName
{
color: #4A556D;
}
.AnyTagClassName
{
color: #4A556D;
}
</style>
background-color css
<style>
a { background-color: #4A556D; }
a { background-color: rgb(74,85,109); }
div.DivClassName
{
background-color: #4A556D;
}
.BgClassName
{
background-color: #4A556D;
}
</style>
border-color css
<style>
span { border-color: #4A556D; }
span { border-color: rgb(74,85,109); }
td.TdClassName
{
border-color: #4A556D;
}
.TagClassName
{
border-color: #4A556D;
}
</style>