Shades of East Bay #454E62
Tints of East Bay #454E62
RGB
CMYK
RGB Variations
Color information
#454E62 (or 0x454E62) is known color: East Bay. HEX triplet: 45, 4E and 62. RGB value is (69,78,98). Sum of RGB (Red+Green+Blue) = 69+78+98=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #454E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E62 is #BAB19D. Grayscale: #4D4D4D. Windows color (decimal): -12235166 or 6442565. OLE color: 6442565.
HSL color Cylindrical-coordinate representation of color #454E62: hue angle of 221.38º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454E62 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 78 | 98 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.62 |
| HSL | 221.38º | 0.17% | 0.33% | - |
| HSV(B) | 221.38º | 0.3% | 0.38% | - |
| XYZ | 7.38 | 7.6 | 12.63 | - |
| YUV | 77.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 98 | 0.30 | 0.20 | 0 | 0.62 | 221.38 | 0.17 | 0.33 |
| Hex | 45 | 4E | 62 | 1E | 14 | 0 | 3E | DD | 11 | 21 |
| Octal | 105 | 116 | 142 | 36 | 24 | 0 | 76 | 335 | 21 | 41 |
| Binary | 1000101 | 1001110 | 1100010 | 11110 | 10100 | 0 | 111110 | 11011101 | 10001 | 100001 |
Color Harmonies of #454E62
Complementary color
Monochromatic Colors of #454E62
Black with #454E62
Text Example
Text Example
White with #454E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E62; }
p { color: rgb(69,78,98); }
H1.HeaderClassName
{
color: #454E62;
}
.AnyTagClassName
{
color: #454E62;
}
</style>
background-color css
<style>
a { background-color: #454E62; }
a { background-color: rgb(69,78,98); }
div.DivClassName
{
background-color: #454E62;
}
.BgClassName
{
background-color: #454E62;
}
</style>
border-color css
<style>
span { border-color: #454E62; }
span { border-color: rgb(69,78,98); }
td.TdClassName
{
border-color: #454E62;
}
.TagClassName
{
border-color: #454E62;
}
</style>