Shades of East Bay #4A4E67
Tints of East Bay #4A4E67
RGB
CMYK
RGB Variations
Color information
#4A4E67 (or 0x4A4E67) is known color: East Bay. HEX triplet: 4A, 4E and 67. RGB value is (74,78,103). Sum of RGB (Red+Green+Blue) = 74+78+103=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4E67 is #B5B198. Grayscale: #4F4F4F. Windows color (decimal): -11907481 or 6770250. OLE color: 6770250.
HSL color Cylindrical-coordinate representation of color #4A4E67: hue angle of 231.72º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A4E67 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 78 | 103 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.60 |
| HSL | 231.72º | 0.16% | 0.35% | - |
| HSV(B) | 231.72º | 0.28% | 0.4% | - |
| XYZ | 8 | 7.88 | 13.93 | - |
| YUV | 79.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 103 | 0.28 | 0.24 | 0 | 0.60 | 231.72 | 0.16 | 0.35 |
| Hex | 4A | 4E | 67 | 1C | 18 | 0 | 3C | E8 | 10 | 23 |
| Octal | 112 | 116 | 147 | 34 | 30 | 0 | 74 | 350 | 20 | 43 |
| Binary | 1001010 | 1001110 | 1100111 | 11100 | 11000 | 0 | 111100 | 11101000 | 10000 | 100011 |
Color Harmonies of #4A4E67
Complementary color
Monochromatic Colors of #4A4E67
Black with #4A4E67
Text Example
Text Example
White with #4A4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E67; }
p { color: rgb(74,78,103); }
H1.HeaderClassName
{
color: #4A4E67;
}
.AnyTagClassName
{
color: #4A4E67;
}
</style>
background-color css
<style>
a { background-color: #4A4E67; }
a { background-color: rgb(74,78,103); }
div.DivClassName
{
background-color: #4A4E67;
}
.BgClassName
{
background-color: #4A4E67;
}
</style>
border-color css
<style>
span { border-color: #4A4E67; }
span { border-color: rgb(74,78,103); }
td.TdClassName
{
border-color: #4A4E67;
}
.TagClassName
{
border-color: #4A4E67;
}
</style>