Shades of Free Speech Blue #4951BA
Tints of Free Speech Blue #4951BA
RGB
CMYK
RGB Variations
Color information
#4951BA (or 0x4951BA) is known color: Free Speech Blue. HEX triplet: 49, 51 and BA. RGB value is (73,81,186). Sum of RGB (Red+Green+Blue) = 73+81+186=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #4951BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951BA is #B6AE45. Grayscale: #5A5A5A. Windows color (decimal): -11972166 or 12210505. OLE color: 12210505.
HSL color Cylindrical-coordinate representation of color #4951BA: hue angle of 235.75º 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 #4951BA is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 81 | 186 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.27 |
| HSL | 235.75º | 0.45% | 0.51% | - |
| HSV(B) | 235.75º | 0.61% | 0.73% | - |
| XYZ | 14.55 | 10.85 | 47.78 | - |
| YUV | 90.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 186 | 0.61 | 0.56 | 0 | 0.27 | 235.75 | 0.45 | 0.51 |
| Hex | 49 | 51 | BA | 3D | 38 | 0 | 1B | EC | 2D | 33 |
| Octal | 111 | 121 | 272 | 75 | 70 | 0 | 33 | 354 | 55 | 63 |
| Binary | 1001001 | 1010001 | 10111010 | 111101 | 111000 | 0 | 11011 | 11101100 | 101101 | 110011 |
Color Harmonies of #4951BA
Complementary color
Monochromatic Colors of #4951BA
Black with #4951BA
Text Example
Text Example
White with #4951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951BA; }
p { color: rgb(73,81,186); }
H1.HeaderClassName
{
color: #4951BA;
}
.AnyTagClassName
{
color: #4951BA;
}
</style>
background-color css
<style>
a { background-color: #4951BA; }
a { background-color: rgb(73,81,186); }
div.DivClassName
{
background-color: #4951BA;
}
.BgClassName
{
background-color: #4951BA;
}
</style>
border-color css
<style>
span { border-color: #4951BA; }
span { border-color: rgb(73,81,186); }
td.TdClassName
{
border-color: #4951BA;
}
.TagClassName
{
border-color: #4951BA;
}
</style>