Shades of East Bay #454E63
Tints of East Bay #454E63
RGB
CMYK
RGB Variations
Color information
#454E63 (or 0x454E63) is known color: East Bay. HEX triplet: 45, 4E and 63. RGB value is (69,78,99). Sum of RGB (Red+Green+Blue) = 69+78+99=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #454E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E63 is #BAB19C. Grayscale: #4D4D4D. Windows color (decimal): -12235165 or 6508101. OLE color: 6508101.
HSL color Cylindrical-coordinate representation of color #454E63: hue angle of 222º 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 #454E63 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 78 | 99 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.61 |
| HSL | 222º | 0.18% | 0.33% | - |
| HSV(B) | 222º | 0.3% | 0.39% | - |
| XYZ | 7.43 | 7.61 | 12.88 | - |
| YUV | 77.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 99 | 0.30 | 0.21 | 0 | 0.61 | 222 | 0.18 | 0.33 |
| Hex | 45 | 4E | 63 | 1E | 15 | 0 | 3D | DE | 12 | 21 |
| Octal | 105 | 116 | 143 | 36 | 25 | 0 | 75 | 336 | 22 | 41 |
| Binary | 1000101 | 1001110 | 1100011 | 11110 | 10101 | 0 | 111101 | 11011110 | 10010 | 100001 |
Color Harmonies of #454E63
Complementary color
Monochromatic Colors of #454E63
Black with #454E63
Text Example
Text Example
White with #454E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E63; }
p { color: rgb(69,78,99); }
H1.HeaderClassName
{
color: #454E63;
}
.AnyTagClassName
{
color: #454E63;
}
</style>
background-color css
<style>
a { background-color: #454E63; }
a { background-color: rgb(69,78,99); }
div.DivClassName
{
background-color: #454E63;
}
.BgClassName
{
background-color: #454E63;
}
</style>
border-color css
<style>
span { border-color: #454E63; }
span { border-color: rgb(69,78,99); }
td.TdClassName
{
border-color: #454E63;
}
.TagClassName
{
border-color: #454E63;
}
</style>