Shades of Free Speech Blue #4445BA
Tints of Free Speech Blue #4445BA
RGB
CMYK
RGB Variations
Color information
#4445BA (or 0x4445BA) is known color: Free Speech Blue. HEX triplet: 44, 45 and BA. RGB value is (68,69,186). Sum of RGB (Red+Green+Blue) = 68+69+186=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4445BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4445BA is #BBBA45. Grayscale: #515151. Windows color (decimal): -12302918 or 12207428. OLE color: 12207428.
HSL color Cylindrical-coordinate representation of color #4445BA: hue angle of 239.49º 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 #4445BA is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 69 | 186 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.27 |
| HSL | 239.49º | 0.46% | 0.5% | - |
| HSV(B) | 239.49º | 0.63% | 0.73% | - |
| XYZ | 13.37 | 9.03 | 47.49 | - |
| YUV | 82.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 186 | 0.63 | 0.63 | 0 | 0.27 | 239.49 | 0.46 | 0.5 |
| Hex | 44 | 45 | BA | 3F | 3F | 0 | 1B | EF | 2E | 32 |
| Octal | 104 | 105 | 272 | 77 | 77 | 0 | 33 | 357 | 56 | 62 |
| Binary | 1000100 | 1000101 | 10111010 | 111111 | 111111 | 0 | 11011 | 11101111 | 101110 | 110010 |
Color Harmonies of #4445BA
Complementary color
Monochromatic Colors of #4445BA
Black with #4445BA
Text Example
Text Example
White with #4445BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4445BA; }
p { color: rgb(68,69,186); }
H1.HeaderClassName
{
color: #4445BA;
}
.AnyTagClassName
{
color: #4445BA;
}
</style>
background-color css
<style>
a { background-color: #4445BA; }
a { background-color: rgb(68,69,186); }
div.DivClassName
{
background-color: #4445BA;
}
.BgClassName
{
background-color: #4445BA;
}
</style>
border-color css
<style>
span { border-color: #4445BA; }
span { border-color: rgb(68,69,186); }
td.TdClassName
{
border-color: #4445BA;
}
.TagClassName
{
border-color: #4445BA;
}
</style>