Shades of East Bay #454C68
Tints of East Bay #454C68
RGB
CMYK
RGB Variations
Color information
#454C68 (or 0x454C68) is known color: East Bay. HEX triplet: 45, 4C and 68. RGB value is (69,76,104). Sum of RGB (Red+Green+Blue) = 69+76+104=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #454C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C68 is #BAB397. Grayscale: #4C4C4C. Windows color (decimal): -12235672 or 6835269. OLE color: 6835269.
HSL color Cylindrical-coordinate representation of color #454C68: hue angle of 228º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454C68 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 76 | 104 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.59 |
| HSL | 228º | 0.2% | 0.34% | - |
| HSV(B) | 228º | 0.34% | 0.41% | - |
| XYZ | 7.54 | 7.43 | 14.13 | - |
| YUV | 77.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 104 | 0.34 | 0.27 | 0 | 0.59 | 228 | 0.2 | 0.34 |
| Hex | 45 | 4C | 68 | 22 | 1B | 0 | 3B | E4 | 14 | 22 |
| Octal | 105 | 114 | 150 | 42 | 33 | 0 | 73 | 344 | 24 | 42 |
| Binary | 1000101 | 1001100 | 1101000 | 100010 | 11011 | 0 | 111011 | 11100100 | 10100 | 100010 |
Color Harmonies of #454C68
Complementary color
Monochromatic Colors of #454C68
Black with #454C68
Text Example
Text Example
White with #454C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C68; }
p { color: rgb(69,76,104); }
H1.HeaderClassName
{
color: #454C68;
}
.AnyTagClassName
{
color: #454C68;
}
</style>
background-color css
<style>
a { background-color: #454C68; }
a { background-color: rgb(69,76,104); }
div.DivClassName
{
background-color: #454C68;
}
.BgClassName
{
background-color: #454C68;
}
</style>
border-color css
<style>
span { border-color: #454C68; }
span { border-color: rgb(69,76,104); }
td.TdClassName
{
border-color: #454C68;
}
.TagClassName
{
border-color: #454C68;
}
</style>