Shades of Free Speech Blue #4949BB
Tints of Free Speech Blue #4949BB
RGB
CMYK
RGB Variations
Color information
#4949BB (or 0x4949BB) is known color: Free Speech Blue. HEX triplet: 49, 49 and BB. RGB value is (73,73,187). Sum of RGB (Red+Green+Blue) = 73+73+187=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #4949BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949BB is #B6B644. Grayscale: #555555. Windows color (decimal): -11974213 or 12273993. OLE color: 12273993.
HSL color Cylindrical-coordinate representation of color #4949BB: hue angle of 240º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4949BB is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 73 | 187 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.27 |
| HSL | 240º | 0.46% | 0.51% | - |
| HSV(B) | 240º | 0.61% | 0.73% | - |
| XYZ | 14.1 | 9.77 | 48.16 | - |
| YUV | 86 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 187 | 0.61 | 0.61 | 0 | 0.27 | 240 | 0.46 | 0.51 |
| Hex | 49 | 49 | BB | 3D | 3D | 0 | 1B | F0 | 2E | 33 |
| Octal | 111 | 111 | 273 | 75 | 75 | 0 | 33 | 360 | 56 | 63 |
| Binary | 1001001 | 1001001 | 10111011 | 111101 | 111101 | 0 | 11011 | 11110000 | 101110 | 110011 |
Color Harmonies of #4949BB
Complementary color
Monochromatic Colors of #4949BB
Black with #4949BB
Text Example
Text Example
White with #4949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949BB; }
p { color: rgb(73,73,187); }
H1.HeaderClassName
{
color: #4949BB;
}
.AnyTagClassName
{
color: #4949BB;
}
</style>
background-color css
<style>
a { background-color: #4949BB; }
a { background-color: rgb(73,73,187); }
div.DivClassName
{
background-color: #4949BB;
}
.BgClassName
{
background-color: #4949BB;
}
</style>
border-color css
<style>
span { border-color: #4949BB; }
span { border-color: rgb(73,73,187); }
td.TdClassName
{
border-color: #4949BB;
}
.TagClassName
{
border-color: #4949BB;
}
</style>