Shades of East Bay #44506C
Tints of East Bay #44506C
RGB
CMYK
RGB Variations
Color information
#44506C (or 0x44506C) is known color: East Bay. HEX triplet: 44, 50 and 6C. RGB value is (68,80,108). Sum of RGB (Red+Green+Blue) = 68+80+108=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #44506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44506C is #BBAF93. Grayscale: #4F4F4F. Windows color (decimal): -12300180 or 7098436. OLE color: 7098436.
HSL color Cylindrical-coordinate representation of color #44506C: hue angle of 222º 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 #44506C is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 80 | 108 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.58 |
| HSL | 222º | 0.23% | 0.35% | - |
| HSV(B) | 222º | 0.37% | 0.42% | - |
| XYZ | 7.96 | 8.05 | 15.32 | - |
| YUV | 79.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 108 | 0.37 | 0.26 | 0 | 0.58 | 222 | 0.23 | 0.35 |
| Hex | 44 | 50 | 6C | 25 | 1A | 0 | 3A | DE | 17 | 23 |
| Octal | 104 | 120 | 154 | 45 | 32 | 0 | 72 | 336 | 27 | 43 |
| Binary | 1000100 | 1010000 | 1101100 | 100101 | 11010 | 0 | 111010 | 11011110 | 10111 | 100011 |
Color Harmonies of #44506C
Complementary color
Monochromatic Colors of #44506C
Black with #44506C
Text Example
Text Example
White with #44506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44506C; }
p { color: rgb(68,80,108); }
H1.HeaderClassName
{
color: #44506C;
}
.AnyTagClassName
{
color: #44506C;
}
</style>
background-color css
<style>
a { background-color: #44506C; }
a { background-color: rgb(68,80,108); }
div.DivClassName
{
background-color: #44506C;
}
.BgClassName
{
background-color: #44506C;
}
</style>
border-color css
<style>
span { border-color: #44506C; }
span { border-color: rgb(68,80,108); }
td.TdClassName
{
border-color: #44506C;
}
.TagClassName
{
border-color: #44506C;
}
</style>