Shades of Free Speech Blue #4963BA
Tints of Free Speech Blue #4963BA
RGB
CMYK
RGB Variations
Color information
#4963BA (or 0x4963BA) is known color: Free Speech Blue. HEX triplet: 49, 63 and BA. RGB value is (73,99,186). Sum of RGB (Red+Green+Blue) = 73+99+186=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #4963BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963BA is #B69C45. Grayscale: #646464. Windows color (decimal): -11967558 or 12215113. OLE color: 12215113.
HSL color Cylindrical-coordinate representation of color #4963BA: hue angle of 226.19º 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 #4963BA is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 99 | 186 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.27 |
| HSL | 226.19º | 0.45% | 0.51% | - |
| HSV(B) | 226.19º | 0.61% | 0.73% | - |
| XYZ | 16.07 | 13.89 | 48.29 | - |
| YUV | 101.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 186 | 0.61 | 0.47 | 0 | 0.27 | 226.19 | 0.45 | 0.51 |
| Hex | 49 | 63 | BA | 3D | 2F | 0 | 1B | E2 | 2D | 33 |
| Octal | 111 | 143 | 272 | 75 | 57 | 0 | 33 | 342 | 55 | 63 |
| Binary | 1001001 | 1100011 | 10111010 | 111101 | 101111 | 0 | 11011 | 11100010 | 101101 | 110011 |
Color Harmonies of #4963BA
Complementary color
Monochromatic Colors of #4963BA
Black with #4963BA
Text Example
Text Example
White with #4963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963BA; }
p { color: rgb(73,99,186); }
H1.HeaderClassName
{
color: #4963BA;
}
.AnyTagClassName
{
color: #4963BA;
}
</style>
background-color css
<style>
a { background-color: #4963BA; }
a { background-color: rgb(73,99,186); }
div.DivClassName
{
background-color: #4963BA;
}
.BgClassName
{
background-color: #4963BA;
}
</style>
border-color css
<style>
span { border-color: #4963BA; }
span { border-color: rgb(73,99,186); }
td.TdClassName
{
border-color: #4963BA;
}
.TagClassName
{
border-color: #4963BA;
}
</style>