Shades of East Bay #4A5160
Tints of East Bay #4A5160
RGB
CMYK
RGB Variations
Color information
#4A5160 (or 0x4A5160) is known color: East Bay. HEX triplet: 4A, 51 and 60. RGB value is (74,81,96). Sum of RGB (Red+Green+Blue) = 74+81+96=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5160 is #B5AE9F. Grayscale: #505050. Windows color (decimal): -11906720 or 6312266. OLE color: 6312266.
HSL color Cylindrical-coordinate representation of color #4A5160: hue angle of 220.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5160 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 81 | 96 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.62 |
| HSL | 220.91º | 0.13% | 0.33% | - |
| HSV(B) | 220.91º | 0.23% | 0.38% | - |
| XYZ | 7.88 | 8.19 | 12.23 | - |
| YUV | 80.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 96 | 0.23 | 0.16 | 0 | 0.62 | 220.91 | 0.13 | 0.33 |
| Hex | 4A | 51 | 60 | 17 | 10 | 0 | 3E | DD | D | 21 |
| Octal | 112 | 121 | 140 | 27 | 20 | 0 | 76 | 335 | 15 | 41 |
| Binary | 1001010 | 1010001 | 1100000 | 10111 | 10000 | 0 | 111110 | 11011101 | 1101 | 100001 |
Color Harmonies of #4A5160
Complementary color
Monochromatic Colors of #4A5160
Black with #4A5160
Text Example
Text Example
White with #4A5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5160; }
p { color: rgb(74,81,96); }
H1.HeaderClassName
{
color: #4A5160;
}
.AnyTagClassName
{
color: #4A5160;
}
</style>
background-color css
<style>
a { background-color: #4A5160; }
a { background-color: rgb(74,81,96); }
div.DivClassName
{
background-color: #4A5160;
}
.BgClassName
{
background-color: #4A5160;
}
</style>
border-color css
<style>
span { border-color: #4A5160; }
span { border-color: rgb(74,81,96); }
td.TdClassName
{
border-color: #4A5160;
}
.TagClassName
{
border-color: #4A5160;
}
</style>