Shades of East Bay #484E70
Tints of East Bay #484E70
RGB
CMYK
RGB Variations
Color information
#484E70 (or 0x484E70) is known color: East Bay. HEX triplet: 48, 4E and 70. RGB value is (72,78,112). Sum of RGB (Red+Green+Blue) = 72+78+112=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #484E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E70 is #B7B18F. Grayscale: #4F4F4F. Windows color (decimal): -12038544 or 7360072. OLE color: 7360072.
HSL color Cylindrical-coordinate representation of color #484E70: hue angle of 231º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484E70 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 78 | 112 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.56 |
| HSL | 231º | 0.22% | 0.36% | - |
| HSV(B) | 231º | 0.36% | 0.44% | - |
| XYZ | 8.32 | 8 | 16.43 | - |
| YUV | 80.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 112 | 0.36 | 0.30 | 0 | 0.56 | 231 | 0.22 | 0.36 |
| Hex | 48 | 4E | 70 | 24 | 1E | 0 | 38 | E7 | 16 | 24 |
| Octal | 110 | 116 | 160 | 44 | 36 | 0 | 70 | 347 | 26 | 44 |
| Binary | 1001000 | 1001110 | 1110000 | 100100 | 11110 | 0 | 111000 | 11100111 | 10110 | 100100 |
Color Harmonies of #484E70
Complementary color
Monochromatic Colors of #484E70
Black with #484E70
Text Example
Text Example
White with #484E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E70; }
p { color: rgb(72,78,112); }
H1.HeaderClassName
{
color: #484E70;
}
.AnyTagClassName
{
color: #484E70;
}
</style>
background-color css
<style>
a { background-color: #484E70; }
a { background-color: rgb(72,78,112); }
div.DivClassName
{
background-color: #484E70;
}
.BgClassName
{
background-color: #484E70;
}
</style>
border-color css
<style>
span { border-color: #484E70; }
span { border-color: rgb(72,78,112); }
td.TdClassName
{
border-color: #484E70;
}
.TagClassName
{
border-color: #484E70;
}
</style>