Shades of Free Speech Blue #4949BA
Tints of Free Speech Blue #4949BA
RGB
CMYK
RGB Variations
Color information
#4949BA (or 0x4949BA) is known color: Free Speech Blue. HEX triplet: 49, 49 and BA. RGB value is (73,73,186). Sum of RGB (Red+Green+Blue) = 73+73+186=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4949BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949BA is #B6B645. Grayscale: #555555. Windows color (decimal): -11974214 or 12208457. OLE color: 12208457.
HSL color Cylindrical-coordinate representation of color #4949BA: hue angle of 240º degrees, saturation: 0.45, 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 #4949BA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 73 | 186 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.27 |
| HSL | 240º | 0.45% | 0.51% | - |
| HSV(B) | 240º | 0.61% | 0.73% | - |
| XYZ | 13.99 | 9.73 | 47.59 | - |
| YUV | 85.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 186 | 0.61 | 0.61 | 0 | 0.27 | 240 | 0.45 | 0.51 |
| Hex | 49 | 49 | BA | 3D | 3D | 0 | 1B | F0 | 2D | 33 |
| Octal | 111 | 111 | 272 | 75 | 75 | 0 | 33 | 360 | 55 | 63 |
| Binary | 1001001 | 1001001 | 10111010 | 111101 | 111101 | 0 | 11011 | 11110000 | 101101 | 110011 |
Color Harmonies of #4949BA
Complementary color
Monochromatic Colors of #4949BA
Black with #4949BA
Text Example
Text Example
White with #4949BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949BA; }
p { color: rgb(73,73,186); }
H1.HeaderClassName
{
color: #4949BA;
}
.AnyTagClassName
{
color: #4949BA;
}
</style>
background-color css
<style>
a { background-color: #4949BA; }
a { background-color: rgb(73,73,186); }
div.DivClassName
{
background-color: #4949BA;
}
.BgClassName
{
background-color: #4949BA;
}
</style>
border-color css
<style>
span { border-color: #4949BA; }
span { border-color: rgb(73,73,186); }
td.TdClassName
{
border-color: #4949BA;
}
.TagClassName
{
border-color: #4949BA;
}
</style>