Shades of East Bay #4A5069
Tints of East Bay #4A5069
RGB
CMYK
RGB Variations
Color information
#4A5069 (or 0x4A5069) is known color: East Bay. HEX triplet: 4A, 50 and 69. RGB value is (74,80,105). Sum of RGB (Red+Green+Blue) = 74+80+105=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A5069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5069 is #B5AF96. Grayscale: #505050. Windows color (decimal): -11906967 or 6901834. OLE color: 6901834.
HSL color Cylindrical-coordinate representation of color #4A5069: hue angle of 228.39º 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 #4A5069 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 80 | 105 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.59 |
| HSL | 228.39º | 0.17% | 0.35% | - |
| HSV(B) | 228.39º | 0.3% | 0.41% | - |
| XYZ | 8.24 | 8.21 | 14.52 | - |
| YUV | 81.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 105 | 0.30 | 0.24 | 0 | 0.59 | 228.39 | 0.17 | 0.35 |
| Hex | 4A | 50 | 69 | 1E | 18 | 0 | 3B | E4 | 11 | 23 |
| Octal | 112 | 120 | 151 | 36 | 30 | 0 | 73 | 344 | 21 | 43 |
| Binary | 1001010 | 1010000 | 1101001 | 11110 | 11000 | 0 | 111011 | 11100100 | 10001 | 100011 |
Color Harmonies of #4A5069
Complementary color
Monochromatic Colors of #4A5069
Black with #4A5069
Text Example
Text Example
White with #4A5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5069; }
p { color: rgb(74,80,105); }
H1.HeaderClassName
{
color: #4A5069;
}
.AnyTagClassName
{
color: #4A5069;
}
</style>
background-color css
<style>
a { background-color: #4A5069; }
a { background-color: rgb(74,80,105); }
div.DivClassName
{
background-color: #4A5069;
}
.BgClassName
{
background-color: #4A5069;
}
</style>
border-color css
<style>
span { border-color: #4A5069; }
span { border-color: rgb(74,80,105); }
td.TdClassName
{
border-color: #4A5069;
}
.TagClassName
{
border-color: #4A5069;
}
</style>