Shades of East Bay #4A4E6F
Tints of East Bay #4A4E6F
RGB
CMYK
RGB Variations
Color information
#4A4E6F (or 0x4A4E6F) is known color: East Bay. HEX triplet: 4A, 4E and 6F. RGB value is (74,78,111). Sum of RGB (Red+Green+Blue) = 74+78+111=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A4E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E6F is #B5B190. Grayscale: #505050. Windows color (decimal): -11907473 or 7294538. OLE color: 7294538.
HSL color Cylindrical-coordinate representation of color #4A4E6F: hue angle of 233.51º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A4E6F is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 78 | 111 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.56 |
| HSL | 233.51º | 0.2% | 0.36% | - |
| HSV(B) | 233.51º | 0.33% | 0.44% | - |
| XYZ | 8.42 | 8.05 | 16.15 | - |
| YUV | 80.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 111 | 0.33 | 0.30 | 0 | 0.56 | 233.51 | 0.2 | 0.36 |
| Hex | 4A | 4E | 6F | 21 | 1E | 0 | 38 | EA | 14 | 24 |
| Octal | 112 | 116 | 157 | 41 | 36 | 0 | 70 | 352 | 24 | 44 |
| Binary | 1001010 | 1001110 | 1101111 | 100001 | 11110 | 0 | 111000 | 11101010 | 10100 | 100100 |
Color Harmonies of #4A4E6F
Complementary color
Monochromatic Colors of #4A4E6F
Black with #4A4E6F
Text Example
Text Example
White with #4A4E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E6F; }
p { color: rgb(74,78,111); }
H1.HeaderClassName
{
color: #4A4E6F;
}
.AnyTagClassName
{
color: #4A4E6F;
}
</style>
background-color css
<style>
a { background-color: #4A4E6F; }
a { background-color: rgb(74,78,111); }
div.DivClassName
{
background-color: #4A4E6F;
}
.BgClassName
{
background-color: #4A4E6F;
}
</style>
border-color css
<style>
span { border-color: #4A4E6F; }
span { border-color: rgb(74,78,111); }
td.TdClassName
{
border-color: #4A4E6F;
}
.TagClassName
{
border-color: #4A4E6F;
}
</style>