Shades of East Bay #454E60
Tints of East Bay #454E60
RGB
CMYK
RGB Variations
Color information
#454E60 (or 0x454E60) is known color: East Bay. HEX triplet: 45, 4E and 60. RGB value is (69,78,96). Sum of RGB (Red+Green+Blue) = 69+78+96=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #454E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E60 is #BAB19F. Grayscale: #4D4D4D. Windows color (decimal): -12235168 or 6311493. OLE color: 6311493.
HSL color Cylindrical-coordinate representation of color #454E60: hue angle of 220º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #454E60 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 78 | 96 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.62 |
| HSL | 220º | 0.16% | 0.32% | - |
| HSV(B) | 220º | 0.28% | 0.38% | - |
| XYZ | 7.29 | 7.56 | 12.14 | - |
| YUV | 77.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 96 | 0.28 | 0.19 | 0 | 0.62 | 220 | 0.16 | 0.32 |
| Hex | 45 | 4E | 60 | 1C | 13 | 0 | 3E | DC | 10 | 20 |
| Octal | 105 | 116 | 140 | 34 | 23 | 0 | 76 | 334 | 20 | 40 |
| Binary | 1000101 | 1001110 | 1100000 | 11100 | 10011 | 0 | 111110 | 11011100 | 10000 | 100000 |
Color Harmonies of #454E60
Complementary color
Monochromatic Colors of #454E60
Black with #454E60
Text Example
Text Example
White with #454E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E60; }
p { color: rgb(69,78,96); }
H1.HeaderClassName
{
color: #454E60;
}
.AnyTagClassName
{
color: #454E60;
}
</style>
background-color css
<style>
a { background-color: #454E60; }
a { background-color: rgb(69,78,96); }
div.DivClassName
{
background-color: #454E60;
}
.BgClassName
{
background-color: #454E60;
}
</style>
border-color css
<style>
span { border-color: #454E60; }
span { border-color: rgb(69,78,96); }
td.TdClassName
{
border-color: #454E60;
}
.TagClassName
{
border-color: #454E60;
}
</style>