Shades of East Bay #4A5469
Tints of East Bay #4A5469
RGB
CMYK
RGB Variations
Color information
#4A5469 (or 0x4A5469) is known color: East Bay. HEX triplet: 4A, 54 and 69. RGB value is (74,84,105). Sum of RGB (Red+Green+Blue) = 74+84+105=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A5469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5469 is #B5AB96. Grayscale: #535353. Windows color (decimal): -11905943 or 6902858. OLE color: 6902858.
HSL color Cylindrical-coordinate representation of color #4A5469: hue angle of 220.65º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A5469 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 84 | 105 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.59 |
| HSL | 220.65º | 0.17% | 0.35% | - |
| HSV(B) | 220.65º | 0.3% | 0.41% | - |
| XYZ | 8.54 | 8.82 | 14.62 | - |
| YUV | 83.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 105 | 0.30 | 0.20 | 0 | 0.59 | 220.65 | 0.17 | 0.35 |
| Hex | 4A | 54 | 69 | 1E | 14 | 0 | 3B | DD | 11 | 23 |
| Octal | 112 | 124 | 151 | 36 | 24 | 0 | 73 | 335 | 21 | 43 |
| Binary | 1001010 | 1010100 | 1101001 | 11110 | 10100 | 0 | 111011 | 11011101 | 10001 | 100011 |
Color Harmonies of #4A5469
Complementary color
Monochromatic Colors of #4A5469
Black with #4A5469
Text Example
Text Example
White with #4A5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5469; }
p { color: rgb(74,84,105); }
H1.HeaderClassName
{
color: #4A5469;
}
.AnyTagClassName
{
color: #4A5469;
}
</style>
background-color css
<style>
a { background-color: #4A5469; }
a { background-color: rgb(74,84,105); }
div.DivClassName
{
background-color: #4A5469;
}
.BgClassName
{
background-color: #4A5469;
}
</style>
border-color css
<style>
span { border-color: #4A5469; }
span { border-color: rgb(74,84,105); }
td.TdClassName
{
border-color: #4A5469;
}
.TagClassName
{
border-color: #4A5469;
}
</style>