Shades of East Bay #4A5369
Tints of East Bay #4A5369
RGB
CMYK
RGB Variations
Color information
#4A5369 (or 0x4A5369) is known color: East Bay. HEX triplet: 4A, 53 and 69. RGB value is (74,83,105). Sum of RGB (Red+Green+Blue) = 74+83+105=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A5369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5369 is #B5AC96. Grayscale: #525252. Windows color (decimal): -11906199 or 6902602. OLE color: 6902602.
HSL color Cylindrical-coordinate representation of color #4A5369: hue angle of 222.58º 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 #4A5369 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 83 | 105 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.59 |
| HSL | 222.58º | 0.17% | 0.35% | - |
| HSV(B) | 222.58º | 0.3% | 0.41% | - |
| XYZ | 8.47 | 8.66 | 14.59 | - |
| YUV | 82.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 105 | 0.30 | 0.21 | 0 | 0.59 | 222.58 | 0.17 | 0.35 |
| Hex | 4A | 53 | 69 | 1E | 15 | 0 | 3B | DF | 11 | 23 |
| Octal | 112 | 123 | 151 | 36 | 25 | 0 | 73 | 337 | 21 | 43 |
| Binary | 1001010 | 1010011 | 1101001 | 11110 | 10101 | 0 | 111011 | 11011111 | 10001 | 100011 |
Color Harmonies of #4A5369
Complementary color
Monochromatic Colors of #4A5369
Black with #4A5369
Text Example
Text Example
White with #4A5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5369; }
p { color: rgb(74,83,105); }
H1.HeaderClassName
{
color: #4A5369;
}
.AnyTagClassName
{
color: #4A5369;
}
</style>
background-color css
<style>
a { background-color: #4A5369; }
a { background-color: rgb(74,83,105); }
div.DivClassName
{
background-color: #4A5369;
}
.BgClassName
{
background-color: #4A5369;
}
</style>
border-color css
<style>
span { border-color: #4A5369; }
span { border-color: rgb(74,83,105); }
td.TdClassName
{
border-color: #4A5369;
}
.TagClassName
{
border-color: #4A5369;
}
</style>