Shades of Free Speech Blue #4449BD
Tints of Free Speech Blue #4449BD
RGB
CMYK
RGB Variations
Color information
#4449BD (or 0x4449BD) is known color: Free Speech Blue. HEX triplet: 44, 49 and BD. RGB value is (68,73,189). Sum of RGB (Red+Green+Blue) = 68+73+189=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 73 (28.91% from 255 or 22.12% 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 #4449BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449BD is #BBB642. Grayscale: #545454. Windows color (decimal): -12301891 or 12405060. OLE color: 12405060.
HSL color Cylindrical-coordinate representation of color #4449BD: hue angle of 237.52º 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 #4449BD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 73 | 189 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.26 |
| HSL | 237.52º | 0.48% | 0.5% | - |
| HSV(B) | 237.52º | 0.64% | 0.74% | - |
| XYZ | 13.95 | 9.67 | 49.27 | - |
| YUV | 84.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 189 | 0.64 | 0.61 | 0 | 0.26 | 237.52 | 0.48 | 0.5 |
| Hex | 44 | 49 | BD | 40 | 3D | 0 | 1A | EE | 30 | 32 |
| Octal | 104 | 111 | 275 | 100 | 75 | 0 | 32 | 356 | 60 | 62 |
| Binary | 1000100 | 1001001 | 10111101 | 1000000 | 111101 | 0 | 11010 | 11101110 | 110000 | 110010 |
Color Harmonies of #4449BD
Complementary color
Monochromatic Colors of #4449BD
Black with #4449BD
Text Example
Text Example
White with #4449BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449BD; }
p { color: rgb(68,73,189); }
H1.HeaderClassName
{
color: #4449BD;
}
.AnyTagClassName
{
color: #4449BD;
}
</style>
background-color css
<style>
a { background-color: #4449BD; }
a { background-color: rgb(68,73,189); }
div.DivClassName
{
background-color: #4449BD;
}
.BgClassName
{
background-color: #4449BD;
}
</style>
border-color css
<style>
span { border-color: #4449BD; }
span { border-color: rgb(68,73,189); }
td.TdClassName
{
border-color: #4449BD;
}
.TagClassName
{
border-color: #4449BD;
}
</style>