Shades of Free Speech Blue #4946BF
Tints of Free Speech Blue #4946BF
RGB
CMYK
RGB Variations
Color information
#4946BF (or 0x4946BF) is known color: Free Speech Blue. HEX triplet: 49, 46 and BF. RGB value is (73,70,191). Sum of RGB (Red+Green+Blue) = 73+70+191=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #4946BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946BF is #B6B940. Grayscale: #545454. Windows color (decimal): -11974977 or 12535369. OLE color: 12535369.
HSL color Cylindrical-coordinate representation of color #4946BF: hue angle of 241.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4946BF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 70 | 191 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.25 |
| HSL | 241.49º | 0.49% | 0.51% | - |
| HSV(B) | 241.49º | 0.63% | 0.75% | - |
| XYZ | 14.34 | 9.56 | 50.38 | - |
| YUV | 84.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 191 | 0.62 | 0.63 | 0 | 0.25 | 241.49 | 0.49 | 0.51 |
| Hex | 49 | 46 | BF | 3E | 3F | 0 | 19 | F1 | 31 | 33 |
| Octal | 111 | 106 | 277 | 76 | 77 | 0 | 31 | 361 | 61 | 63 |
| Binary | 1001001 | 1000110 | 10111111 | 111110 | 111111 | 0 | 11001 | 11110001 | 110001 | 110011 |
Color Harmonies of #4946BF
Complementary color
Monochromatic Colors of #4946BF
Black with #4946BF
Text Example
Text Example
White with #4946BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946BF; }
p { color: rgb(73,70,191); }
H1.HeaderClassName
{
color: #4946BF;
}
.AnyTagClassName
{
color: #4946BF;
}
</style>
background-color css
<style>
a { background-color: #4946BF; }
a { background-color: rgb(73,70,191); }
div.DivClassName
{
background-color: #4946BF;
}
.BgClassName
{
background-color: #4946BF;
}
</style>
border-color css
<style>
span { border-color: #4946BF; }
span { border-color: rgb(73,70,191); }
td.TdClassName
{
border-color: #4946BF;
}
.TagClassName
{
border-color: #4946BF;
}
</style>