Shades of East Bay #4A4E6D
Tints of East Bay #4A4E6D
RGB
CMYK
RGB Variations
Color information
#4A4E6D (or 0x4A4E6D) is known color: East Bay. HEX triplet: 4A, 4E and 6D. RGB value is (74,78,109). Sum of RGB (Red+Green+Blue) = 74+78+109=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A4E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E6D is #B5B192. Grayscale: #505050. Windows color (decimal): -11907475 or 7163466. OLE color: 7163466.
HSL color Cylindrical-coordinate representation of color #4A4E6D: hue angle of 233.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4E6D is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 78 | 109 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.57 |
| HSL | 233.14º | 0.19% | 0.36% | - |
| HSV(B) | 233.14º | 0.32% | 0.43% | - |
| XYZ | 8.31 | 8.01 | 15.58 | - |
| YUV | 80.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 109 | 0.32 | 0.28 | 0 | 0.57 | 233.14 | 0.19 | 0.36 |
| Hex | 4A | 4E | 6D | 20 | 1C | 0 | 39 | E9 | 13 | 24 |
| Octal | 112 | 116 | 155 | 40 | 34 | 0 | 71 | 351 | 23 | 44 |
| Binary | 1001010 | 1001110 | 1101101 | 100000 | 11100 | 0 | 111001 | 11101001 | 10011 | 100100 |
Color Harmonies of #4A4E6D
Complementary color
Monochromatic Colors of #4A4E6D
Black with #4A4E6D
Text Example
Text Example
White with #4A4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E6D; }
p { color: rgb(74,78,109); }
H1.HeaderClassName
{
color: #4A4E6D;
}
.AnyTagClassName
{
color: #4A4E6D;
}
</style>
background-color css
<style>
a { background-color: #4A4E6D; }
a { background-color: rgb(74,78,109); }
div.DivClassName
{
background-color: #4A4E6D;
}
.BgClassName
{
background-color: #4A4E6D;
}
</style>
border-color css
<style>
span { border-color: #4A4E6D; }
span { border-color: rgb(74,78,109); }
td.TdClassName
{
border-color: #4A4E6D;
}
.TagClassName
{
border-color: #4A4E6D;
}
</style>