Shades of East Bay #454B68
Tints of East Bay #454B68
RGB
CMYK
RGB Variations
Color information
#454B68 (or 0x454B68) is known color: East Bay. HEX triplet: 45, 4B and 68. RGB value is (69,75,104). Sum of RGB (Red+Green+Blue) = 69+75+104=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #454B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B68 is #BAB497. Grayscale: #4C4C4C. Windows color (decimal): -12235928 or 6835013. OLE color: 6835013.
HSL color Cylindrical-coordinate representation of color #454B68: hue angle of 229.71º 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 #454B68 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 75 | 104 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.59 |
| HSL | 229.71º | 0.2% | 0.34% | - |
| HSV(B) | 229.71º | 0.34% | 0.41% | - |
| XYZ | 7.47 | 7.3 | 14.11 | - |
| YUV | 76.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 104 | 0.34 | 0.28 | 0 | 0.59 | 229.71 | 0.2 | 0.34 |
| Hex | 45 | 4B | 68 | 22 | 1C | 0 | 3B | E6 | 14 | 22 |
| Octal | 105 | 113 | 150 | 42 | 34 | 0 | 73 | 346 | 24 | 42 |
| Binary | 1000101 | 1001011 | 1101000 | 100010 | 11100 | 0 | 111011 | 11100110 | 10100 | 100010 |
Color Harmonies of #454B68
Complementary color
Monochromatic Colors of #454B68
Black with #454B68
Text Example
Text Example
White with #454B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B68; }
p { color: rgb(69,75,104); }
H1.HeaderClassName
{
color: #454B68;
}
.AnyTagClassName
{
color: #454B68;
}
</style>
background-color css
<style>
a { background-color: #454B68; }
a { background-color: rgb(69,75,104); }
div.DivClassName
{
background-color: #454B68;
}
.BgClassName
{
background-color: #454B68;
}
</style>
border-color css
<style>
span { border-color: #454B68; }
span { border-color: rgb(69,75,104); }
td.TdClassName
{
border-color: #454B68;
}
.TagClassName
{
border-color: #454B68;
}
</style>