Shades of East Bay #445064
Tints of East Bay #445064
RGB
CMYK
RGB Variations
Color information
#445064 (or 0x445064) is known color: East Bay. HEX triplet: 44, 50 and 64. RGB value is (68,80,100). Sum of RGB (Red+Green+Blue) = 68+80+100=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: blue. Hex color #445064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445064 is #BBAF9B. Grayscale: #4E4E4E. Windows color (decimal): -12300188 or 6574148. OLE color: 6574148.
HSL color Cylindrical-coordinate representation of color #445064: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445064 is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 80 | 100 | - |
| CMYK | 0.32 | 0.2 | 0 | 0.61 |
| HSL | 217.5º | 0.19% | 0.33% | - |
| HSV(B) | 217.5º | 0.32% | 0.39% | - |
| XYZ | 7.55 | 7.89 | 13.18 | - |
| YUV | 78.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 100 | 0.32 | 0.2 | 0 | 0.61 | 217.5 | 0.19 | 0.33 |
| Hex | 44 | 50 | 64 | 20 | 14 | 0 | 3D | DA | 13 | 21 |
| Octal | 104 | 120 | 144 | 40 | 24 | 0 | 75 | 332 | 23 | 41 |
| Binary | 1000100 | 1010000 | 1100100 | 100000 | 10100 | 0 | 111101 | 11011010 | 10011 | 100001 |
Color Harmonies of #445064
Complementary color
Monochromatic Colors of #445064
Black with #445064
Text Example
Text Example
White with #445064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445064; }
p { color: rgb(68,80,100); }
H1.HeaderClassName
{
color: #445064;
}
.AnyTagClassName
{
color: #445064;
}
</style>
background-color css
<style>
a { background-color: #445064; }
a { background-color: rgb(68,80,100); }
div.DivClassName
{
background-color: #445064;
}
.BgClassName
{
background-color: #445064;
}
</style>
border-color css
<style>
span { border-color: #445064; }
span { border-color: rgb(68,80,100); }
td.TdClassName
{
border-color: #445064;
}
.TagClassName
{
border-color: #445064;
}
</style>