Shades of East Bay #474F68
Tints of East Bay #474F68
RGB
CMYK
RGB Variations
Color information
#474F68 (or 0x474F68) is known color: East Bay. HEX triplet: 47, 4F and 68. RGB value is (71,79,104). Sum of RGB (Red+Green+Blue) = 71+79+104=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #474F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F68 is #B8B097. Grayscale: #4F4F4F. Windows color (decimal): -12103832 or 6836039. OLE color: 6836039.
HSL color Cylindrical-coordinate representation of color #474F68: hue angle of 225.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474F68 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 79 | 104 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.59 |
| HSL | 225.45º | 0.19% | 0.34% | - |
| HSV(B) | 225.45º | 0.32% | 0.41% | - |
| XYZ | 7.89 | 7.93 | 14.21 | - |
| YUV | 79.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 104 | 0.32 | 0.24 | 0 | 0.59 | 225.45 | 0.19 | 0.34 |
| Hex | 47 | 4F | 68 | 20 | 18 | 0 | 3B | E1 | 13 | 22 |
| Octal | 107 | 117 | 150 | 40 | 30 | 0 | 73 | 341 | 23 | 42 |
| Binary | 1000111 | 1001111 | 1101000 | 100000 | 11000 | 0 | 111011 | 11100001 | 10011 | 100010 |
Color Harmonies of #474F68
Complementary color
Monochromatic Colors of #474F68
Black with #474F68
Text Example
Text Example
White with #474F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F68; }
p { color: rgb(71,79,104); }
H1.HeaderClassName
{
color: #474F68;
}
.AnyTagClassName
{
color: #474F68;
}
</style>
background-color css
<style>
a { background-color: #474F68; }
a { background-color: rgb(71,79,104); }
div.DivClassName
{
background-color: #474F68;
}
.BgClassName
{
background-color: #474F68;
}
</style>
border-color css
<style>
span { border-color: #474F68; }
span { border-color: rgb(71,79,104); }
td.TdClassName
{
border-color: #474F68;
}
.TagClassName
{
border-color: #474F68;
}
</style>