Shades of East Bay #44526C
Tints of East Bay #44526C
RGB
CMYK
RGB Variations
Color information
#44526C (or 0x44526C) is known color: East Bay. HEX triplet: 44, 52 and 6C. RGB value is (68,82,108). Sum of RGB (Red+Green+Blue) = 68+82+108=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #44526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44526C is #BBAD93. Grayscale: #505050. Windows color (decimal): -12299668 or 7098948. OLE color: 7098948.
HSL color Cylindrical-coordinate representation of color #44526C: hue angle of 219º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44526C is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 82 | 108 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.58 |
| HSL | 219º | 0.23% | 0.35% | - |
| HSV(B) | 219º | 0.37% | 0.42% | - |
| XYZ | 8.11 | 8.35 | 15.37 | - |
| YUV | 80.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 108 | 0.37 | 0.24 | 0 | 0.58 | 219 | 0.23 | 0.35 |
| Hex | 44 | 52 | 6C | 25 | 18 | 0 | 3A | DB | 17 | 23 |
| Octal | 104 | 122 | 154 | 45 | 30 | 0 | 72 | 333 | 27 | 43 |
| Binary | 1000100 | 1010010 | 1101100 | 100101 | 11000 | 0 | 111010 | 11011011 | 10111 | 100011 |
Color Harmonies of #44526C
Complementary color
Monochromatic Colors of #44526C
Black with #44526C
Text Example
Text Example
White with #44526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44526C; }
p { color: rgb(68,82,108); }
H1.HeaderClassName
{
color: #44526C;
}
.AnyTagClassName
{
color: #44526C;
}
</style>
background-color css
<style>
a { background-color: #44526C; }
a { background-color: rgb(68,82,108); }
div.DivClassName
{
background-color: #44526C;
}
.BgClassName
{
background-color: #44526C;
}
</style>
border-color css
<style>
span { border-color: #44526C; }
span { border-color: rgb(68,82,108); }
td.TdClassName
{
border-color: #44526C;
}
.TagClassName
{
border-color: #44526C;
}
</style>