Shades of Free Speech Blue #4941BB
Tints of Free Speech Blue #4941BB
RGB
CMYK
RGB Variations
Color information
#4941BB (or 0x4941BB) is known color: Free Speech Blue. HEX triplet: 49, 41 and BB. RGB value is (73,65,187). Sum of RGB (Red+Green+Blue) = 73+65+187=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4941BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941BB is #B6BE44. Grayscale: #505050. Windows color (decimal): -11976261 or 12271945. OLE color: 12271945.
HSL color Cylindrical-coordinate representation of color #4941BB: hue angle of 243.93º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4941BB is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 65 | 187 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.27 |
| HSL | 243.93º | 0.48% | 0.49% | - |
| HSV(B) | 243.93º | 0.65% | 0.73% | - |
| XYZ | 13.61 | 8.78 | 47.99 | - |
| YUV | 81.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 187 | 0.61 | 0.65 | 0 | 0.27 | 243.93 | 0.48 | 0.49 |
| Hex | 49 | 41 | BB | 3D | 41 | 0 | 1B | F4 | 30 | 31 |
| Octal | 111 | 101 | 273 | 75 | 101 | 0 | 33 | 364 | 60 | 61 |
| Binary | 1001001 | 1000001 | 10111011 | 111101 | 1000001 | 0 | 11011 | 11110100 | 110000 | 110001 |
Color Harmonies of #4941BB
Complementary color
Monochromatic Colors of #4941BB
Black with #4941BB
Text Example
Text Example
White with #4941BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941BB; }
p { color: rgb(73,65,187); }
H1.HeaderClassName
{
color: #4941BB;
}
.AnyTagClassName
{
color: #4941BB;
}
</style>
background-color css
<style>
a { background-color: #4941BB; }
a { background-color: rgb(73,65,187); }
div.DivClassName
{
background-color: #4941BB;
}
.BgClassName
{
background-color: #4941BB;
}
</style>
border-color css
<style>
span { border-color: #4941BB; }
span { border-color: rgb(73,65,187); }
td.TdClassName
{
border-color: #4941BB;
}
.TagClassName
{
border-color: #4941BB;
}
</style>