Shades of Free Speech Blue #4449BB
Tints of Free Speech Blue #4449BB
RGB
CMYK
RGB Variations
Color information
#4449BB (or 0x4449BB) is known color: Free Speech Blue. HEX triplet: 44, 49 and BB. RGB value is (68,73,187). Sum of RGB (Red+Green+Blue) = 68+73+187=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 73 (28.91% from 255 or 22.26% 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 #4449BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449BB is #BBB644. Grayscale: #545454. Windows color (decimal): -12301893 or 12273988. OLE color: 12273988.
HSL color Cylindrical-coordinate representation of color #4449BB: hue angle of 237.48º 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 #4449BB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 73 | 187 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.27 |
| HSL | 237.48º | 0.47% | 0.5% | - |
| HSV(B) | 237.48º | 0.64% | 0.73% | - |
| XYZ | 13.74 | 9.58 | 48.14 | - |
| YUV | 84.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 187 | 0.64 | 0.61 | 0 | 0.27 | 237.48 | 0.47 | 0.5 |
| Hex | 44 | 49 | BB | 40 | 3D | 0 | 1B | ED | 2F | 32 |
| Octal | 104 | 111 | 273 | 100 | 75 | 0 | 33 | 355 | 57 | 62 |
| Binary | 1000100 | 1001001 | 10111011 | 1000000 | 111101 | 0 | 11011 | 11101101 | 101111 | 110010 |
Color Harmonies of #4449BB
Complementary color
Monochromatic Colors of #4449BB
Black with #4449BB
Text Example
Text Example
White with #4449BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449BB; }
p { color: rgb(68,73,187); }
H1.HeaderClassName
{
color: #4449BB;
}
.AnyTagClassName
{
color: #4449BB;
}
</style>
background-color css
<style>
a { background-color: #4449BB; }
a { background-color: rgb(68,73,187); }
div.DivClassName
{
background-color: #4449BB;
}
.BgClassName
{
background-color: #4449BB;
}
</style>
border-color css
<style>
span { border-color: #4449BB; }
span { border-color: rgb(68,73,187); }
td.TdClassName
{
border-color: #4449BB;
}
.TagClassName
{
border-color: #4449BB;
}
</style>