Shades of East Bay #454C6C
Tints of East Bay #454C6C
RGB
CMYK
RGB Variations
Color information
#454C6C (or 0x454C6C) is known color: East Bay. HEX triplet: 45, 4C and 6C. RGB value is (69,76,108). Sum of RGB (Red+Green+Blue) = 69+76+108=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #454C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C6C is #BAB393. Grayscale: #4D4D4D. Windows color (decimal): -12235668 or 7097413. OLE color: 7097413.
HSL color Cylindrical-coordinate representation of color #454C6C: hue angle of 229.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454C6C is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 76 | 108 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.58 |
| HSL | 229.23º | 0.22% | 0.35% | - |
| HSV(B) | 229.23º | 0.36% | 0.42% | - |
| XYZ | 7.75 | 7.52 | 15.23 | - |
| YUV | 77.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 108 | 0.36 | 0.30 | 0 | 0.58 | 229.23 | 0.22 | 0.35 |
| Hex | 45 | 4C | 6C | 24 | 1E | 0 | 3A | E5 | 16 | 23 |
| Octal | 105 | 114 | 154 | 44 | 36 | 0 | 72 | 345 | 26 | 43 |
| Binary | 1000101 | 1001100 | 1101100 | 100100 | 11110 | 0 | 111010 | 11100101 | 10110 | 100011 |
Color Harmonies of #454C6C
Complementary color
Monochromatic Colors of #454C6C
Black with #454C6C
Text Example
Text Example
White with #454C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C6C; }
p { color: rgb(69,76,108); }
H1.HeaderClassName
{
color: #454C6C;
}
.AnyTagClassName
{
color: #454C6C;
}
</style>
background-color css
<style>
a { background-color: #454C6C; }
a { background-color: rgb(69,76,108); }
div.DivClassName
{
background-color: #454C6C;
}
.BgClassName
{
background-color: #454C6C;
}
</style>
border-color css
<style>
span { border-color: #454C6C; }
span { border-color: rgb(69,76,108); }
td.TdClassName
{
border-color: #454C6C;
}
.TagClassName
{
border-color: #454C6C;
}
</style>