Shades of Free Speech Blue #4455BA
Tints of Free Speech Blue #4455BA
RGB
CMYK
RGB Variations
Color information
#4455BA (or 0x4455BA) is known color: Free Speech Blue. HEX triplet: 44, 55 and BA. RGB value is (68,85,186). Sum of RGB (Red+Green+Blue) = 68+85+186=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4455BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455BA is #BBAA45. Grayscale: #5B5B5B. Windows color (decimal): -12298822 or 12211524. OLE color: 12211524.
HSL color Cylindrical-coordinate representation of color #4455BA: hue angle of 231.36º 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 #4455BA is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 85 | 186 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.27 |
| HSL | 231.36º | 0.46% | 0.5% | - |
| HSV(B) | 231.36º | 0.63% | 0.73% | - |
| XYZ | 14.5 | 11.27 | 47.87 | - |
| YUV | 91.43 | 181.37 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 186 | 0.63 | 0.54 | 0 | 0.27 | 231.36 | 0.46 | 0.5 |
| Hex | 44 | 55 | BA | 3F | 36 | 0 | 1B | E7 | 2E | 32 |
| Octal | 104 | 125 | 272 | 77 | 66 | 0 | 33 | 347 | 56 | 62 |
| Binary | 1000100 | 1010101 | 10111010 | 111111 | 110110 | 0 | 11011 | 11100111 | 101110 | 110010 |
Color Harmonies of #4455BA
Complementary color
Monochromatic Colors of #4455BA
Black with #4455BA
Text Example
Text Example
White with #4455BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4455BA; }
p { color: rgb(68,85,186); }
H1.HeaderClassName
{
color: #4455BA;
}
.AnyTagClassName
{
color: #4455BA;
}
</style>
background-color css
<style>
a { background-color: #4455BA; }
a { background-color: rgb(68,85,186); }
div.DivClassName
{
background-color: #4455BA;
}
.BgClassName
{
background-color: #4455BA;
}
</style>
border-color css
<style>
span { border-color: #4455BA; }
span { border-color: rgb(68,85,186); }
td.TdClassName
{
border-color: #4455BA;
}
.TagClassName
{
border-color: #4455BA;
}
</style>