Shades of East Bay #4A5167
Tints of East Bay #4A5167
RGB
CMYK
RGB Variations
Color information
#4A5167 (or 0x4A5167) is known color: East Bay. HEX triplet: 4A, 51 and 67. RGB value is (74,81,103). Sum of RGB (Red+Green+Blue) = 74+81+103=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A5167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5167 is #B5AE98. Grayscale: #515151. Windows color (decimal): -11906713 or 6771018. OLE color: 6771018.
HSL color Cylindrical-coordinate representation of color #4A5167: hue angle of 225.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A5167 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 81 | 103 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.60 |
| HSL | 225.52º | 0.16% | 0.35% | - |
| HSV(B) | 225.52º | 0.28% | 0.4% | - |
| XYZ | 8.21 | 8.32 | 14 | - |
| YUV | 81.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 103 | 0.28 | 0.21 | 0 | 0.60 | 225.52 | 0.16 | 0.35 |
| Hex | 4A | 51 | 67 | 1C | 15 | 0 | 3C | E2 | 10 | 23 |
| Octal | 112 | 121 | 147 | 34 | 25 | 0 | 74 | 342 | 20 | 43 |
| Binary | 1001010 | 1010001 | 1100111 | 11100 | 10101 | 0 | 111100 | 11100010 | 10000 | 100011 |
Color Harmonies of #4A5167
Complementary color
Monochromatic Colors of #4A5167
Black with #4A5167
Text Example
Text Example
White with #4A5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5167; }
p { color: rgb(74,81,103); }
H1.HeaderClassName
{
color: #4A5167;
}
.AnyTagClassName
{
color: #4A5167;
}
</style>
background-color css
<style>
a { background-color: #4A5167; }
a { background-color: rgb(74,81,103); }
div.DivClassName
{
background-color: #4A5167;
}
.BgClassName
{
background-color: #4A5167;
}
</style>
border-color css
<style>
span { border-color: #4A5167; }
span { border-color: rgb(74,81,103); }
td.TdClassName
{
border-color: #4A5167;
}
.TagClassName
{
border-color: #4A5167;
}
</style>