Shades of East Bay #454E6D
Tints of East Bay #454E6D
RGB
CMYK
RGB Variations
Color information
#454E6D (or 0x454E6D) is known color: East Bay. HEX triplet: 45, 4E and 6D. RGB value is (69,78,109). Sum of RGB (Red+Green+Blue) = 69+78+109=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #454E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E6D is #BAB192. Grayscale: #4E4E4E. Windows color (decimal): -12235155 or 7163461. OLE color: 7163461.
HSL color Cylindrical-coordinate representation of color #454E6D: hue angle of 226.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #454E6D is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 78 | 109 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.57 |
| HSL | 226.5º | 0.22% | 0.35% | - |
| HSV(B) | 226.5º | 0.37% | 0.43% | - |
| XYZ | 7.94 | 7.82 | 15.56 | - |
| YUV | 78.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 109 | 0.37 | 0.28 | 0 | 0.57 | 226.5 | 0.22 | 0.35 |
| Hex | 45 | 4E | 6D | 25 | 1C | 0 | 39 | E2 | 16 | 23 |
| Octal | 105 | 116 | 155 | 45 | 34 | 0 | 71 | 342 | 26 | 43 |
| Binary | 1000101 | 1001110 | 1101101 | 100101 | 11100 | 0 | 111001 | 11100010 | 10110 | 100011 |
Color Harmonies of #454E6D
Complementary color
Monochromatic Colors of #454E6D
Black with #454E6D
Text Example
Text Example
White with #454E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E6D; }
p { color: rgb(69,78,109); }
H1.HeaderClassName
{
color: #454E6D;
}
.AnyTagClassName
{
color: #454E6D;
}
</style>
background-color css
<style>
a { background-color: #454E6D; }
a { background-color: rgb(69,78,109); }
div.DivClassName
{
background-color: #454E6D;
}
.BgClassName
{
background-color: #454E6D;
}
</style>
border-color css
<style>
span { border-color: #454E6D; }
span { border-color: rgb(69,78,109); }
td.TdClassName
{
border-color: #454E6D;
}
.TagClassName
{
border-color: #454E6D;
}
</style>