Shades of East Bay #4A4F62
Tints of East Bay #4A4F62
RGB
CMYK
RGB Variations
Color information
#4A4F62 (or 0x4A4F62) is known color: East Bay. HEX triplet: 4A, 4F and 62. RGB value is (74,79,98). Sum of RGB (Red+Green+Blue) = 74+79+98=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F62 is #B5B09D. Grayscale: #4F4F4F. Windows color (decimal): -11907230 or 6442826. OLE color: 6442826.
HSL color Cylindrical-coordinate representation of color #4A4F62: hue angle of 227.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4F62 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 79 | 98 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.62 |
| HSL | 227.5º | 0.14% | 0.34% | - |
| HSV(B) | 227.5º | 0.24% | 0.38% | - |
| XYZ | 7.82 | 7.93 | 12.67 | - |
| YUV | 79.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 98 | 0.24 | 0.19 | 0 | 0.62 | 227.5 | 0.14 | 0.34 |
| Hex | 4A | 4F | 62 | 18 | 13 | 0 | 3E | E4 | E | 22 |
| Octal | 112 | 117 | 142 | 30 | 23 | 0 | 76 | 344 | 16 | 42 |
| Binary | 1001010 | 1001111 | 1100010 | 11000 | 10011 | 0 | 111110 | 11100100 | 1110 | 100010 |
Color Harmonies of #4A4F62
Complementary color
Monochromatic Colors of #4A4F62
Black with #4A4F62
Text Example
Text Example
White with #4A4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4F62; }
p { color: rgb(74,79,98); }
H1.HeaderClassName
{
color: #4A4F62;
}
.AnyTagClassName
{
color: #4A4F62;
}
</style>
background-color css
<style>
a { background-color: #4A4F62; }
a { background-color: rgb(74,79,98); }
div.DivClassName
{
background-color: #4A4F62;
}
.BgClassName
{
background-color: #4A4F62;
}
</style>
border-color css
<style>
span { border-color: #4A4F62; }
span { border-color: rgb(74,79,98); }
td.TdClassName
{
border-color: #4A4F62;
}
.TagClassName
{
border-color: #4A4F62;
}
</style>