Shades of East Bay #44506B
Tints of East Bay #44506B
RGB
CMYK
RGB Variations
Color information
#44506B (or 0x44506B) is known color: East Bay. HEX triplet: 44, 50 and 6B. RGB value is (68,80,107). Sum of RGB (Red+Green+Blue) = 68+80+107=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #44506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44506B is #BBAF94. Grayscale: #4F4F4F. Windows color (decimal): -12300181 or 7032900. OLE color: 7032900.
HSL color Cylindrical-coordinate representation of color #44506B: hue angle of 221.54º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44506B is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 80 | 107 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.58 |
| HSL | 221.54º | 0.22% | 0.34% | - |
| HSV(B) | 221.54º | 0.36% | 0.42% | - |
| XYZ | 7.91 | 8.03 | 15.04 | - |
| YUV | 79.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 107 | 0.36 | 0.25 | 0 | 0.58 | 221.54 | 0.22 | 0.34 |
| Hex | 44 | 50 | 6B | 24 | 19 | 0 | 3A | DE | 16 | 22 |
| Octal | 104 | 120 | 153 | 44 | 31 | 0 | 72 | 336 | 26 | 42 |
| Binary | 1000100 | 1010000 | 1101011 | 100100 | 11001 | 0 | 111010 | 11011110 | 10110 | 100010 |
Color Harmonies of #44506B
Complementary color
Monochromatic Colors of #44506B
Black with #44506B
Text Example
Text Example
White with #44506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44506B; }
p { color: rgb(68,80,107); }
H1.HeaderClassName
{
color: #44506B;
}
.AnyTagClassName
{
color: #44506B;
}
</style>
background-color css
<style>
a { background-color: #44506B; }
a { background-color: rgb(68,80,107); }
div.DivClassName
{
background-color: #44506B;
}
.BgClassName
{
background-color: #44506B;
}
</style>
border-color css
<style>
span { border-color: #44506B; }
span { border-color: rgb(68,80,107); }
td.TdClassName
{
border-color: #44506B;
}
.TagClassName
{
border-color: #44506B;
}
</style>