Shades of East Bay #454D67
Tints of East Bay #454D67
RGB
CMYK
RGB Variations
Color information
#454D67 (or 0x454D67) is known color: East Bay. HEX triplet: 45, 4D and 67. RGB value is (69,77,103). Sum of RGB (Red+Green+Blue) = 69+77+103=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #454D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D67 is #BAB298. Grayscale: #4D4D4D. Windows color (decimal): -12235417 or 6769989. OLE color: 6769989.
HSL color Cylindrical-coordinate representation of color #454D67: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454D67 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 77 | 103 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.60 |
| HSL | 225.88º | 0.2% | 0.34% | - |
| HSV(B) | 225.88º | 0.33% | 0.4% | - |
| XYZ | 7.56 | 7.55 | 13.89 | - |
| YUV | 77.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 103 | 0.33 | 0.25 | 0 | 0.60 | 225.88 | 0.2 | 0.34 |
| Hex | 45 | 4D | 67 | 21 | 19 | 0 | 3C | E2 | 14 | 22 |
| Octal | 105 | 115 | 147 | 41 | 31 | 0 | 74 | 342 | 24 | 42 |
| Binary | 1000101 | 1001101 | 1100111 | 100001 | 11001 | 0 | 111100 | 11100010 | 10100 | 100010 |
Color Harmonies of #454D67
Complementary color
Monochromatic Colors of #454D67
Black with #454D67
Text Example
Text Example
White with #454D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D67; }
p { color: rgb(69,77,103); }
H1.HeaderClassName
{
color: #454D67;
}
.AnyTagClassName
{
color: #454D67;
}
</style>
background-color css
<style>
a { background-color: #454D67; }
a { background-color: rgb(69,77,103); }
div.DivClassName
{
background-color: #454D67;
}
.BgClassName
{
background-color: #454D67;
}
</style>
border-color css
<style>
span { border-color: #454D67; }
span { border-color: rgb(69,77,103); }
td.TdClassName
{
border-color: #454D67;
}
.TagClassName
{
border-color: #454D67;
}
</style>