Shades of Free Speech Blue #4944BD
Tints of Free Speech Blue #4944BD
RGB
CMYK
RGB Variations
Color information
#4944BD (or 0x4944BD) is known color: Free Speech Blue. HEX triplet: 49, 44 and BD. RGB value is (73,68,189). Sum of RGB (Red+Green+Blue) = 73+68+189=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #4944BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944BD is #B6BB42. Grayscale: #525252. Windows color (decimal): -11975491 or 12403785. OLE color: 12403785.
HSL color Cylindrical-coordinate representation of color #4944BD: hue angle of 242.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4944BD is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 68 | 189 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.26 |
| HSL | 242.48º | 0.48% | 0.5% | - |
| HSV(B) | 242.48º | 0.64% | 0.74% | - |
| XYZ | 14 | 9.22 | 49.19 | - |
| YUV | 83.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 189 | 0.61 | 0.64 | 0 | 0.26 | 242.48 | 0.48 | 0.5 |
| Hex | 49 | 44 | BD | 3D | 40 | 0 | 1A | F2 | 30 | 32 |
| Octal | 111 | 104 | 275 | 75 | 100 | 0 | 32 | 362 | 60 | 62 |
| Binary | 1001001 | 1000100 | 10111101 | 111101 | 1000000 | 0 | 11010 | 11110010 | 110000 | 110010 |
Color Harmonies of #4944BD
Complementary color
Monochromatic Colors of #4944BD
Black with #4944BD
Text Example
Text Example
White with #4944BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944BD; }
p { color: rgb(73,68,189); }
H1.HeaderClassName
{
color: #4944BD;
}
.AnyTagClassName
{
color: #4944BD;
}
</style>
background-color css
<style>
a { background-color: #4944BD; }
a { background-color: rgb(73,68,189); }
div.DivClassName
{
background-color: #4944BD;
}
.BgClassName
{
background-color: #4944BD;
}
</style>
border-color css
<style>
span { border-color: #4944BD; }
span { border-color: rgb(73,68,189); }
td.TdClassName
{
border-color: #4944BD;
}
.TagClassName
{
border-color: #4944BD;
}
</style>