Shades of East Bay #445169
Tints of East Bay #445169
RGB
CMYK
RGB Variations
Color information
#445169 (or 0x445169) is known color: East Bay. HEX triplet: 44, 51 and 69. RGB value is (68,81,105). Sum of RGB (Red+Green+Blue) = 68+81+105=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #445169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445169 is #BBAE96. Grayscale: #4F4F4F. Windows color (decimal): -12299927 or 6902084. OLE color: 6902084.
HSL color Cylindrical-coordinate representation of color #445169: hue angle of 218.92º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445169 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 81 | 105 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.59 |
| HSL | 218.92º | 0.21% | 0.34% | - |
| HSV(B) | 218.92º | 0.35% | 0.41% | - |
| XYZ | 7.88 | 8.13 | 14.52 | - |
| YUV | 79.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 105 | 0.35 | 0.23 | 0 | 0.59 | 218.92 | 0.21 | 0.34 |
| Hex | 44 | 51 | 69 | 23 | 17 | 0 | 3B | DB | 15 | 22 |
| Octal | 104 | 121 | 151 | 43 | 27 | 0 | 73 | 333 | 25 | 42 |
| Binary | 1000100 | 1010001 | 1101001 | 100011 | 10111 | 0 | 111011 | 11011011 | 10101 | 100010 |
Color Harmonies of #445169
Complementary color
Monochromatic Colors of #445169
Black with #445169
Text Example
Text Example
White with #445169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445169; }
p { color: rgb(68,81,105); }
H1.HeaderClassName
{
color: #445169;
}
.AnyTagClassName
{
color: #445169;
}
</style>
background-color css
<style>
a { background-color: #445169; }
a { background-color: rgb(68,81,105); }
div.DivClassName
{
background-color: #445169;
}
.BgClassName
{
background-color: #445169;
}
</style>
border-color css
<style>
span { border-color: #445169; }
span { border-color: rgb(68,81,105); }
td.TdClassName
{
border-color: #445169;
}
.TagClassName
{
border-color: #445169;
}
</style>