Shades of East Bay #44526D
Tints of East Bay #44526D
RGB
CMYK
RGB Variations
Color information
#44526D (or 0x44526D) is known color: East Bay. HEX triplet: 44, 52 and 6D. RGB value is (68,82,109). Sum of RGB (Red+Green+Blue) = 68+82+109=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #44526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44526D is #BBAD92. Grayscale: #505050. Windows color (decimal): -12299667 or 7164484. OLE color: 7164484.
HSL color Cylindrical-coordinate representation of color #44526D: hue angle of 219.51º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44526D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 82 | 109 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.57 |
| HSL | 219.51º | 0.23% | 0.35% | - |
| HSV(B) | 219.51º | 0.38% | 0.43% | - |
| XYZ | 8.16 | 8.37 | 15.65 | - |
| YUV | 80.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 109 | 0.38 | 0.25 | 0 | 0.57 | 219.51 | 0.23 | 0.35 |
| Hex | 44 | 52 | 6D | 26 | 19 | 0 | 39 | DC | 17 | 23 |
| Octal | 104 | 122 | 155 | 46 | 31 | 0 | 71 | 334 | 27 | 43 |
| Binary | 1000100 | 1010010 | 1101101 | 100110 | 11001 | 0 | 111001 | 11011100 | 10111 | 100011 |
Color Harmonies of #44526D
Complementary color
Monochromatic Colors of #44526D
Black with #44526D
Text Example
Text Example
White with #44526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44526D; }
p { color: rgb(68,82,109); }
H1.HeaderClassName
{
color: #44526D;
}
.AnyTagClassName
{
color: #44526D;
}
</style>
background-color css
<style>
a { background-color: #44526D; }
a { background-color: rgb(68,82,109); }
div.DivClassName
{
background-color: #44526D;
}
.BgClassName
{
background-color: #44526D;
}
</style>
border-color css
<style>
span { border-color: #44526D; }
span { border-color: rgb(68,82,109); }
td.TdClassName
{
border-color: #44526D;
}
.TagClassName
{
border-color: #44526D;
}
</style>