Shades of Free Speech Blue #4944BB
Tints of Free Speech Blue #4944BB
RGB
CMYK
RGB Variations
Color information
#4944BB (or 0x4944BB) is known color: Free Speech Blue. HEX triplet: 49, 44 and BB. RGB value is (73,68,187). Sum of RGB (Red+Green+Blue) = 73+68+187=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #4944BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944BB is #B6BB44. Grayscale: #525252. Windows color (decimal): -11975493 or 12272713. OLE color: 12272713.
HSL color Cylindrical-coordinate representation of color #4944BB: hue angle of 242.52º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4944BB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 68 | 187 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.27 |
| HSL | 242.52º | 0.47% | 0.5% | - |
| HSV(B) | 242.52º | 0.64% | 0.73% | - |
| XYZ | 13.78 | 9.14 | 48.05 | - |
| YUV | 83.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 187 | 0.61 | 0.64 | 0 | 0.27 | 242.52 | 0.47 | 0.5 |
| Hex | 49 | 44 | BB | 3D | 40 | 0 | 1B | F3 | 2F | 32 |
| Octal | 111 | 104 | 273 | 75 | 100 | 0 | 33 | 363 | 57 | 62 |
| Binary | 1001001 | 1000100 | 10111011 | 111101 | 1000000 | 0 | 11011 | 11110011 | 101111 | 110010 |
Color Harmonies of #4944BB
Complementary color
Monochromatic Colors of #4944BB
Black with #4944BB
Text Example
Text Example
White with #4944BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944BB; }
p { color: rgb(73,68,187); }
H1.HeaderClassName
{
color: #4944BB;
}
.AnyTagClassName
{
color: #4944BB;
}
</style>
background-color css
<style>
a { background-color: #4944BB; }
a { background-color: rgb(73,68,187); }
div.DivClassName
{
background-color: #4944BB;
}
.BgClassName
{
background-color: #4944BB;
}
</style>
border-color css
<style>
span { border-color: #4944BB; }
span { border-color: rgb(73,68,187); }
td.TdClassName
{
border-color: #4944BB;
}
.TagClassName
{
border-color: #4944BB;
}
</style>