Shades of East Bay #454D63
Tints of East Bay #454D63
RGB
CMYK
RGB Variations
Color information
#454D63 (or 0x454D63) is known color: East Bay. HEX triplet: 45, 4D and 63. RGB value is (69,77,99). Sum of RGB (Red+Green+Blue) = 69+77+99=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #454D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D63 is #BAB29C. Grayscale: #4D4D4D. Windows color (decimal): -12235421 or 6507845. OLE color: 6507845.
HSL color Cylindrical-coordinate representation of color #454D63: hue angle of 224º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454D63 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 77 | 99 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.61 |
| HSL | 224º | 0.18% | 0.33% | - |
| HSV(B) | 224º | 0.3% | 0.39% | - |
| XYZ | 7.36 | 7.47 | 12.86 | - |
| YUV | 77.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 99 | 0.30 | 0.22 | 0 | 0.61 | 224 | 0.18 | 0.33 |
| Hex | 45 | 4D | 63 | 1E | 16 | 0 | 3D | E0 | 12 | 21 |
| Octal | 105 | 115 | 143 | 36 | 26 | 0 | 75 | 340 | 22 | 41 |
| Binary | 1000101 | 1001101 | 1100011 | 11110 | 10110 | 0 | 111101 | 11100000 | 10010 | 100001 |
Color Harmonies of #454D63
Complementary color
Monochromatic Colors of #454D63
Black with #454D63
Text Example
Text Example
White with #454D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D63; }
p { color: rgb(69,77,99); }
H1.HeaderClassName
{
color: #454D63;
}
.AnyTagClassName
{
color: #454D63;
}
</style>
background-color css
<style>
a { background-color: #454D63; }
a { background-color: rgb(69,77,99); }
div.DivClassName
{
background-color: #454D63;
}
.BgClassName
{
background-color: #454D63;
}
</style>
border-color css
<style>
span { border-color: #454D63; }
span { border-color: rgb(69,77,99); }
td.TdClassName
{
border-color: #454D63;
}
.TagClassName
{
border-color: #454D63;
}
</style>