Shades of East Bay #454E67
Tints of East Bay #454E67
RGB
CMYK
RGB Variations
Color information
#454E67 (or 0x454E67) is known color: East Bay. HEX triplet: 45, 4E and 67. RGB value is (69,78,103). Sum of RGB (Red+Green+Blue) = 69+78+103=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #454E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E67 is #BAB198. Grayscale: #4E4E4E. Windows color (decimal): -12235161 or 6770245. OLE color: 6770245.
HSL color Cylindrical-coordinate representation of color #454E67: hue angle of 224.12º 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 #454E67 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 78 | 103 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.60 |
| HSL | 224.12º | 0.2% | 0.34% | - |
| HSV(B) | 224.12º | 0.33% | 0.4% | - |
| XYZ | 7.63 | 7.69 | 13.91 | - |
| YUV | 78.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 103 | 0.33 | 0.24 | 0 | 0.60 | 224.12 | 0.2 | 0.34 |
| Hex | 45 | 4E | 67 | 21 | 18 | 0 | 3C | E0 | 14 | 22 |
| Octal | 105 | 116 | 147 | 41 | 30 | 0 | 74 | 340 | 24 | 42 |
| Binary | 1000101 | 1001110 | 1100111 | 100001 | 11000 | 0 | 111100 | 11100000 | 10100 | 100010 |
Color Harmonies of #454E67
Complementary color
Monochromatic Colors of #454E67
Black with #454E67
Text Example
Text Example
White with #454E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E67; }
p { color: rgb(69,78,103); }
H1.HeaderClassName
{
color: #454E67;
}
.AnyTagClassName
{
color: #454E67;
}
</style>
background-color css
<style>
a { background-color: #454E67; }
a { background-color: rgb(69,78,103); }
div.DivClassName
{
background-color: #454E67;
}
.BgClassName
{
background-color: #454E67;
}
</style>
border-color css
<style>
span { border-color: #454E67; }
span { border-color: rgb(69,78,103); }
td.TdClassName
{
border-color: #454E67;
}
.TagClassName
{
border-color: #454E67;
}
</style>