Shades of East Bay #45526D
Tints of East Bay #45526D
RGB
CMYK
RGB Variations
Color information
#45526D (or 0x45526D) is known color: East Bay. HEX triplet: 45, 52 and 6D. RGB value is (69,82,109). Sum of RGB (Red+Green+Blue) = 69+82+109=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #45526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45526D is #BAAD92. Grayscale: #515151. Windows color (decimal): -12234131 or 7164485. OLE color: 7164485.
HSL color Cylindrical-coordinate representation of color #45526D: hue angle of 220.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45526D is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 82 | 109 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.57 |
| HSL | 220.5º | 0.22% | 0.35% | - |
| HSV(B) | 220.5º | 0.37% | 0.43% | - |
| XYZ | 8.23 | 8.4 | 15.66 | - |
| YUV | 81.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 109 | 0.37 | 0.25 | 0 | 0.57 | 220.5 | 0.22 | 0.35 |
| Hex | 45 | 52 | 6D | 25 | 19 | 0 | 39 | DC | 16 | 23 |
| Octal | 105 | 122 | 155 | 45 | 31 | 0 | 71 | 334 | 26 | 43 |
| Binary | 1000101 | 1010010 | 1101101 | 100101 | 11001 | 0 | 111001 | 11011100 | 10110 | 100011 |
Color Harmonies of #45526D
Complementary color
Monochromatic Colors of #45526D
Black with #45526D
Text Example
Text Example
White with #45526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45526D; }
p { color: rgb(69,82,109); }
H1.HeaderClassName
{
color: #45526D;
}
.AnyTagClassName
{
color: #45526D;
}
</style>
background-color css
<style>
a { background-color: #45526D; }
a { background-color: rgb(69,82,109); }
div.DivClassName
{
background-color: #45526D;
}
.BgClassName
{
background-color: #45526D;
}
</style>
border-color css
<style>
span { border-color: #45526D; }
span { border-color: rgb(69,82,109); }
td.TdClassName
{
border-color: #45526D;
}
.TagClassName
{
border-color: #45526D;
}
</style>