Shades of Free Speech Blue #4960BA
Tints of Free Speech Blue #4960BA
RGB
CMYK
RGB Variations
Color information
#4960BA (or 0x4960BA) is known color: Free Speech Blue. HEX triplet: 49, 60 and BA. RGB value is (73,96,186). Sum of RGB (Red+Green+Blue) = 73+96+186=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4960BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960BA is #B69F45. Grayscale: #636363. Windows color (decimal): -11968326 or 12214345. OLE color: 12214345.
HSL color Cylindrical-coordinate representation of color #4960BA: hue angle of 227.79º 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 #4960BA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 96 | 186 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.27 |
| HSL | 227.79º | 0.45% | 0.51% | - |
| HSV(B) | 227.79º | 0.61% | 0.73% | - |
| XYZ | 15.79 | 13.33 | 48.19 | - |
| YUV | 99.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 186 | 0.61 | 0.48 | 0 | 0.27 | 227.79 | 0.45 | 0.51 |
| Hex | 49 | 60 | BA | 3D | 30 | 0 | 1B | E4 | 2D | 33 |
| Octal | 111 | 140 | 272 | 75 | 60 | 0 | 33 | 344 | 55 | 63 |
| Binary | 1001001 | 1100000 | 10111010 | 111101 | 110000 | 0 | 11011 | 11100100 | 101101 | 110011 |
Color Harmonies of #4960BA
Complementary color
Monochromatic Colors of #4960BA
Black with #4960BA
Text Example
Text Example
White with #4960BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4960BA; }
p { color: rgb(73,96,186); }
H1.HeaderClassName
{
color: #4960BA;
}
.AnyTagClassName
{
color: #4960BA;
}
</style>
background-color css
<style>
a { background-color: #4960BA; }
a { background-color: rgb(73,96,186); }
div.DivClassName
{
background-color: #4960BA;
}
.BgClassName
{
background-color: #4960BA;
}
</style>
border-color css
<style>
span { border-color: #4960BA; }
span { border-color: rgb(73,96,186); }
td.TdClassName
{
border-color: #4960BA;
}
.TagClassName
{
border-color: #4960BA;
}
</style>