Shades of East Bay #45506D
Tints of East Bay #45506D
RGB
CMYK
RGB Variations
Color information
#45506D (or 0x45506D) is known color: East Bay. HEX triplet: 45, 50 and 6D. RGB value is (69,80,109). Sum of RGB (Red+Green+Blue) = 69+80+109=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #45506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45506D is #BAAF92. Grayscale: #4F4F4F. Windows color (decimal): -12234643 or 7163973. OLE color: 7163973.
HSL color Cylindrical-coordinate representation of color #45506D: hue angle of 223.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 #45506D is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 80 | 109 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.57 |
| HSL | 223.5º | 0.22% | 0.35% | - |
| HSV(B) | 223.5º | 0.37% | 0.43% | - |
| XYZ | 8.08 | 8.11 | 15.61 | - |
| YUV | 80.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 109 | 0.37 | 0.27 | 0 | 0.57 | 223.5 | 0.22 | 0.35 |
| Hex | 45 | 50 | 6D | 25 | 1B | 0 | 39 | E0 | 16 | 23 |
| Octal | 105 | 120 | 155 | 45 | 33 | 0 | 71 | 340 | 26 | 43 |
| Binary | 1000101 | 1010000 | 1101101 | 100101 | 11011 | 0 | 111001 | 11100000 | 10110 | 100011 |
Color Harmonies of #45506D
Complementary color
Monochromatic Colors of #45506D
Black with #45506D
Text Example
Text Example
White with #45506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45506D; }
p { color: rgb(69,80,109); }
H1.HeaderClassName
{
color: #45506D;
}
.AnyTagClassName
{
color: #45506D;
}
</style>
background-color css
<style>
a { background-color: #45506D; }
a { background-color: rgb(69,80,109); }
div.DivClassName
{
background-color: #45506D;
}
.BgClassName
{
background-color: #45506D;
}
</style>
border-color css
<style>
span { border-color: #45506D; }
span { border-color: rgb(69,80,109); }
td.TdClassName
{
border-color: #45506D;
}
.TagClassName
{
border-color: #45506D;
}
</style>