Shades of East Bay #44506D
Tints of East Bay #44506D
RGB
CMYK
RGB Variations
Color information
#44506D (or 0x44506D) is known color: East Bay. HEX triplet: 44, 50 and 6D. RGB value is (68,80,109). Sum of RGB (Red+Green+Blue) = 68+80+109=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #44506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44506D is #BBAF92. Grayscale: #4F4F4F. Windows color (decimal): -12300179 or 7163972. OLE color: 7163972.
HSL color Cylindrical-coordinate representation of color #44506D: hue angle of 222.44º 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 #44506D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 80 | 109 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.57 |
| HSL | 222.44º | 0.23% | 0.35% | - |
| HSV(B) | 222.44º | 0.38% | 0.43% | - |
| XYZ | 8.01 | 8.07 | 15.6 | - |
| YUV | 79.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 109 | 0.38 | 0.27 | 0 | 0.57 | 222.44 | 0.23 | 0.35 |
| Hex | 44 | 50 | 6D | 26 | 1B | 0 | 39 | DE | 17 | 23 |
| Octal | 104 | 120 | 155 | 46 | 33 | 0 | 71 | 336 | 27 | 43 |
| Binary | 1000100 | 1010000 | 1101101 | 100110 | 11011 | 0 | 111001 | 11011110 | 10111 | 100011 |
Color Harmonies of #44506D
Complementary color
Monochromatic Colors of #44506D
Black with #44506D
Text Example
Text Example
White with #44506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44506D; }
p { color: rgb(68,80,109); }
H1.HeaderClassName
{
color: #44506D;
}
.AnyTagClassName
{
color: #44506D;
}
</style>
background-color css
<style>
a { background-color: #44506D; }
a { background-color: rgb(68,80,109); }
div.DivClassName
{
background-color: #44506D;
}
.BgClassName
{
background-color: #44506D;
}
</style>
border-color css
<style>
span { border-color: #44506D; }
span { border-color: rgb(68,80,109); }
td.TdClassName
{
border-color: #44506D;
}
.TagClassName
{
border-color: #44506D;
}
</style>