Shades of East Bay #4A5263
Tints of East Bay #4A5263
RGB
CMYK
RGB Variations
Color information
#4A5263 (or 0x4A5263) is known color: East Bay. HEX triplet: 4A, 52 and 63. RGB value is (74,82,99). Sum of RGB (Red+Green+Blue) = 74+82+99=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A5263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5263 is #B5AD9C. Grayscale: #515151. Windows color (decimal): -11906461 or 6509130. OLE color: 6509130.
HSL color Cylindrical-coordinate representation of color #4A5263: hue angle of 220.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A5263 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 82 | 99 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.61 |
| HSL | 220.8º | 0.14% | 0.34% | - |
| HSV(B) | 220.8º | 0.25% | 0.39% | - |
| XYZ | 8.09 | 8.39 | 13 | - |
| YUV | 81.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 99 | 0.25 | 0.17 | 0 | 0.61 | 220.8 | 0.14 | 0.34 |
| Hex | 4A | 52 | 63 | 19 | 11 | 0 | 3D | DD | E | 22 |
| Octal | 112 | 122 | 143 | 31 | 21 | 0 | 75 | 335 | 16 | 42 |
| Binary | 1001010 | 1010010 | 1100011 | 11001 | 10001 | 0 | 111101 | 11011101 | 1110 | 100010 |
Color Harmonies of #4A5263
Complementary color
Monochromatic Colors of #4A5263
Black with #4A5263
Text Example
Text Example
White with #4A5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5263; }
p { color: rgb(74,82,99); }
H1.HeaderClassName
{
color: #4A5263;
}
.AnyTagClassName
{
color: #4A5263;
}
</style>
background-color css
<style>
a { background-color: #4A5263; }
a { background-color: rgb(74,82,99); }
div.DivClassName
{
background-color: #4A5263;
}
.BgClassName
{
background-color: #4A5263;
}
</style>
border-color css
<style>
span { border-color: #4A5263; }
span { border-color: rgb(74,82,99); }
td.TdClassName
{
border-color: #4A5263;
}
.TagClassName
{
border-color: #4A5263;
}
</style>