Shades of East Bay #4A4F68
Tints of East Bay #4A4F68
RGB
CMYK
RGB Variations
Color information
#4A4F68 (or 0x4A4F68) is known color: East Bay. HEX triplet: 4A, 4F and 68. RGB value is (74,79,104). Sum of RGB (Red+Green+Blue) = 74+79+104=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A4F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F68 is #B5B097. Grayscale: #505050. Windows color (decimal): -11907224 or 6836042. OLE color: 6836042.
HSL color Cylindrical-coordinate representation of color #4A4F68: hue angle of 230º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A4F68 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 79 | 104 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.59 |
| HSL | 230º | 0.17% | 0.35% | - |
| HSV(B) | 230º | 0.29% | 0.41% | - |
| XYZ | 8.12 | 8.05 | 14.22 | - |
| YUV | 80.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 104 | 0.29 | 0.24 | 0 | 0.59 | 230 | 0.17 | 0.35 |
| Hex | 4A | 4F | 68 | 1D | 18 | 0 | 3B | E6 | 11 | 23 |
| Octal | 112 | 117 | 150 | 35 | 30 | 0 | 73 | 346 | 21 | 43 |
| Binary | 1001010 | 1001111 | 1101000 | 11101 | 11000 | 0 | 111011 | 11100110 | 10001 | 100011 |
Color Harmonies of #4A4F68
Complementary color
Monochromatic Colors of #4A4F68
Black with #4A4F68
Text Example
Text Example
White with #4A4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4F68; }
p { color: rgb(74,79,104); }
H1.HeaderClassName
{
color: #4A4F68;
}
.AnyTagClassName
{
color: #4A4F68;
}
</style>
background-color css
<style>
a { background-color: #4A4F68; }
a { background-color: rgb(74,79,104); }
div.DivClassName
{
background-color: #4A4F68;
}
.BgClassName
{
background-color: #4A4F68;
}
</style>
border-color css
<style>
span { border-color: #4A4F68; }
span { border-color: rgb(74,79,104); }
td.TdClassName
{
border-color: #4A4F68;
}
.TagClassName
{
border-color: #4A4F68;
}
</style>