Shades of Free Speech Blue #4549BA
Tints of Free Speech Blue #4549BA
RGB
CMYK
RGB Variations
Color information
#4549BA (or 0x4549BA) is known color: Free Speech Blue. HEX triplet: 45, 49 and BA. RGB value is (69,73,186). Sum of RGB (Red+Green+Blue) = 69+73+186=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #4549BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549BA is #BAB645. Grayscale: #545454. Windows color (decimal): -12236358 or 12208453. OLE color: 12208453.
HSL color Cylindrical-coordinate representation of color #4549BA: hue angle of 237.95º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4549BA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 73 | 186 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.27 |
| HSL | 237.95º | 0.46% | 0.5% | - |
| HSV(B) | 237.95º | 0.63% | 0.73% | - |
| XYZ | 13.7 | 9.58 | 47.58 | - |
| YUV | 84.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 186 | 0.63 | 0.61 | 0 | 0.27 | 237.95 | 0.46 | 0.5 |
| Hex | 45 | 49 | BA | 3F | 3D | 0 | 1B | EE | 2E | 32 |
| Octal | 105 | 111 | 272 | 77 | 75 | 0 | 33 | 356 | 56 | 62 |
| Binary | 1000101 | 1001001 | 10111010 | 111111 | 111101 | 0 | 11011 | 11101110 | 101110 | 110010 |
Color Harmonies of #4549BA
Complementary color
Monochromatic Colors of #4549BA
Black with #4549BA
Text Example
Text Example
White with #4549BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549BA; }
p { color: rgb(69,73,186); }
H1.HeaderClassName
{
color: #4549BA;
}
.AnyTagClassName
{
color: #4549BA;
}
</style>
background-color css
<style>
a { background-color: #4549BA; }
a { background-color: rgb(69,73,186); }
div.DivClassName
{
background-color: #4549BA;
}
.BgClassName
{
background-color: #4549BA;
}
</style>
border-color css
<style>
span { border-color: #4549BA; }
span { border-color: rgb(69,73,186); }
td.TdClassName
{
border-color: #4549BA;
}
.TagClassName
{
border-color: #4549BA;
}
</style>