Shades of East Bay #485264
Tints of East Bay #485264
RGB
CMYK
RGB Variations
Color information
#485264 (or 0x485264) is known color: East Bay. HEX triplet: 48, 52 and 64. RGB value is (72,82,100). Sum of RGB (Red+Green+Blue) = 72+82+100=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 100 - color contains mainly: blue. Hex color #485264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485264 is #B7AD9B. Grayscale: #505050. Windows color (decimal): -12037532 or 6574664. OLE color: 6574664.
HSL color Cylindrical-coordinate representation of color #485264: hue angle of 218.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #485264 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 82 | 100 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.61 |
| HSL | 218.57º | 0.16% | 0.34% | - |
| HSV(B) | 218.57º | 0.28% | 0.39% | - |
| XYZ | 7.99 | 8.33 | 13.24 | - |
| YUV | 81.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 100 | 0.28 | 0.18 | 0 | 0.61 | 218.57 | 0.16 | 0.34 |
| Hex | 48 | 52 | 64 | 1C | 12 | 0 | 3D | DB | 10 | 22 |
| Octal | 110 | 122 | 144 | 34 | 22 | 0 | 75 | 333 | 20 | 42 |
| Binary | 1001000 | 1010010 | 1100100 | 11100 | 10010 | 0 | 111101 | 11011011 | 10000 | 100010 |
Color Harmonies of #485264
Complementary color
Monochromatic Colors of #485264
Black with #485264
Text Example
Text Example
White with #485264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485264; }
p { color: rgb(72,82,100); }
H1.HeaderClassName
{
color: #485264;
}
.AnyTagClassName
{
color: #485264;
}
</style>
background-color css
<style>
a { background-color: #485264; }
a { background-color: rgb(72,82,100); }
div.DivClassName
{
background-color: #485264;
}
.BgClassName
{
background-color: #485264;
}
</style>
border-color css
<style>
span { border-color: #485264; }
span { border-color: rgb(72,82,100); }
td.TdClassName
{
border-color: #485264;
}
.TagClassName
{
border-color: #485264;
}
</style>