Shades of East Bay #445068
Tints of East Bay #445068
RGB
CMYK
RGB Variations
Color information
#445068 (or 0x445068) is known color: East Bay. HEX triplet: 44, 50 and 68. RGB value is (68,80,104). Sum of RGB (Red+Green+Blue) = 68+80+104=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #445068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445068 is #BBAF97. Grayscale: #4F4F4F. Windows color (decimal): -12300184 or 6836292. OLE color: 6836292.
HSL color Cylindrical-coordinate representation of color #445068: hue angle of 220º 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 #445068 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 80 | 104 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.59 |
| HSL | 220º | 0.21% | 0.34% | - |
| HSV(B) | 220º | 0.35% | 0.41% | - |
| XYZ | 7.75 | 7.97 | 14.23 | - |
| YUV | 79.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 104 | 0.35 | 0.23 | 0 | 0.59 | 220 | 0.21 | 0.34 |
| Hex | 44 | 50 | 68 | 23 | 17 | 0 | 3B | DC | 15 | 22 |
| Octal | 104 | 120 | 150 | 43 | 27 | 0 | 73 | 334 | 25 | 42 |
| Binary | 1000100 | 1010000 | 1101000 | 100011 | 10111 | 0 | 111011 | 11011100 | 10101 | 100010 |
Color Harmonies of #445068
Complementary color
Monochromatic Colors of #445068
Black with #445068
Text Example
Text Example
White with #445068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445068; }
p { color: rgb(68,80,104); }
H1.HeaderClassName
{
color: #445068;
}
.AnyTagClassName
{
color: #445068;
}
</style>
background-color css
<style>
a { background-color: #445068; }
a { background-color: rgb(68,80,104); }
div.DivClassName
{
background-color: #445068;
}
.BgClassName
{
background-color: #445068;
}
</style>
border-color css
<style>
span { border-color: #445068; }
span { border-color: rgb(68,80,104); }
td.TdClassName
{
border-color: #445068;
}
.TagClassName
{
border-color: #445068;
}
</style>