Shades of East Bay #445165
Tints of East Bay #445165
RGB
CMYK
RGB Variations
Color information
#445165 (or 0x445165) is known color: East Bay. HEX triplet: 44, 51 and 65. RGB value is (68,81,101). Sum of RGB (Red+Green+Blue) = 68+81+101=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #445165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445165 is #BBAE9A. Grayscale: #4F4F4F. Windows color (decimal): -12299931 or 6639940. OLE color: 6639940.
HSL color Cylindrical-coordinate representation of color #445165: hue angle of 216.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445165 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 81 | 101 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.60 |
| HSL | 216.36º | 0.2% | 0.33% | - |
| HSV(B) | 216.36º | 0.33% | 0.4% | - |
| XYZ | 7.68 | 8.05 | 13.46 | - |
| YUV | 79.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 101 | 0.33 | 0.20 | 0 | 0.60 | 216.36 | 0.2 | 0.33 |
| Hex | 44 | 51 | 65 | 21 | 14 | 0 | 3C | D8 | 14 | 21 |
| Octal | 104 | 121 | 145 | 41 | 24 | 0 | 74 | 330 | 24 | 41 |
| Binary | 1000100 | 1010001 | 1100101 | 100001 | 10100 | 0 | 111100 | 11011000 | 10100 | 100001 |
Color Harmonies of #445165
Complementary color
Monochromatic Colors of #445165
Black with #445165
Text Example
Text Example
White with #445165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445165; }
p { color: rgb(68,81,101); }
H1.HeaderClassName
{
color: #445165;
}
.AnyTagClassName
{
color: #445165;
}
</style>
background-color css
<style>
a { background-color: #445165; }
a { background-color: rgb(68,81,101); }
div.DivClassName
{
background-color: #445165;
}
.BgClassName
{
background-color: #445165;
}
</style>
border-color css
<style>
span { border-color: #445165; }
span { border-color: rgb(68,81,101); }
td.TdClassName
{
border-color: #445165;
}
.TagClassName
{
border-color: #445165;
}
</style>