Shades of East Bay #484E68
Tints of East Bay #484E68
RGB
CMYK
RGB Variations
Color information
#484E68 (or 0x484E68) is known color: East Bay. HEX triplet: 48, 4E and 68. RGB value is (72,78,104). Sum of RGB (Red+Green+Blue) = 72+78+104=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 78 (30.86% from 255 or 30.71% 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 #484E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E68 is #B7B197. Grayscale: #4F4F4F. Windows color (decimal): -12038552 or 6835784. OLE color: 6835784.
HSL color Cylindrical-coordinate representation of color #484E68: hue angle of 228.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484E68 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 78 | 104 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.59 |
| HSL | 228.75º | 0.18% | 0.35% | - |
| HSV(B) | 228.75º | 0.31% | 0.41% | - |
| XYZ | 7.9 | 7.83 | 14.19 | - |
| YUV | 79.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 104 | 0.31 | 0.25 | 0 | 0.59 | 228.75 | 0.18 | 0.35 |
| Hex | 48 | 4E | 68 | 1F | 19 | 0 | 3B | E5 | 12 | 23 |
| Octal | 110 | 116 | 150 | 37 | 31 | 0 | 73 | 345 | 22 | 43 |
| Binary | 1001000 | 1001110 | 1101000 | 11111 | 11001 | 0 | 111011 | 11100101 | 10010 | 100011 |
Color Harmonies of #484E68
Complementary color
Monochromatic Colors of #484E68
Black with #484E68
Text Example
Text Example
White with #484E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E68; }
p { color: rgb(72,78,104); }
H1.HeaderClassName
{
color: #484E68;
}
.AnyTagClassName
{
color: #484E68;
}
</style>
background-color css
<style>
a { background-color: #484E68; }
a { background-color: rgb(72,78,104); }
div.DivClassName
{
background-color: #484E68;
}
.BgClassName
{
background-color: #484E68;
}
</style>
border-color css
<style>
span { border-color: #484E68; }
span { border-color: rgb(72,78,104); }
td.TdClassName
{
border-color: #484E68;
}
.TagClassName
{
border-color: #484E68;
}
</style>