Shades of East Bay #484E69
Tints of East Bay #484E69
RGB
CMYK
RGB Variations
Color information
#484E69 (or 0x484E69) is known color: East Bay. HEX triplet: 48, 4E and 69. RGB value is (72,78,105). Sum of RGB (Red+Green+Blue) = 72+78+105=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #484E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E69 is #B7B196. Grayscale: #4F4F4F. Windows color (decimal): -12038551 or 6901320. OLE color: 6901320.
HSL color Cylindrical-coordinate representation of color #484E69: hue angle of 229.09º degrees, saturation: 0.19, 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 #484E69 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 78 | 105 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.59 |
| HSL | 229.09º | 0.19% | 0.35% | - |
| HSV(B) | 229.09º | 0.31% | 0.41% | - |
| XYZ | 7.95 | 7.85 | 14.46 | - |
| YUV | 79.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 105 | 0.31 | 0.26 | 0 | 0.59 | 229.09 | 0.19 | 0.35 |
| Hex | 48 | 4E | 69 | 1F | 1A | 0 | 3B | E5 | 13 | 23 |
| Octal | 110 | 116 | 151 | 37 | 32 | 0 | 73 | 345 | 23 | 43 |
| Binary | 1001000 | 1001110 | 1101001 | 11111 | 11010 | 0 | 111011 | 11100101 | 10011 | 100011 |
Color Harmonies of #484E69
Complementary color
Monochromatic Colors of #484E69
Black with #484E69
Text Example
Text Example
White with #484E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E69; }
p { color: rgb(72,78,105); }
H1.HeaderClassName
{
color: #484E69;
}
.AnyTagClassName
{
color: #484E69;
}
</style>
background-color css
<style>
a { background-color: #484E69; }
a { background-color: rgb(72,78,105); }
div.DivClassName
{
background-color: #484E69;
}
.BgClassName
{
background-color: #484E69;
}
</style>
border-color css
<style>
span { border-color: #484E69; }
span { border-color: rgb(72,78,105); }
td.TdClassName
{
border-color: #484E69;
}
.TagClassName
{
border-color: #484E69;
}
</style>