Shades of Free Speech Blue #445AB9
Tints of Free Speech Blue #445AB9
RGB
CMYK
RGB Variations
Color information
#445AB9 (or 0x445AB9) is known color: Free Speech Blue. HEX triplet: 44, 5A and B9. RGB value is (68,90,185). Sum of RGB (Red+Green+Blue) = 68+90+185=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #445AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445AB9 is #BBA546. Grayscale: #5D5D5D. Windows color (decimal): -12297543 or 12147268. OLE color: 12147268.
HSL color Cylindrical-coordinate representation of color #445AB9: hue angle of 228.72º 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 #445AB9 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 90 | 185 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.27 |
| HSL | 228.72º | 0.46% | 0.5% | - |
| HSV(B) | 228.72º | 0.63% | 0.73% | - |
| XYZ | 14.8 | 12.04 | 47.44 | - |
| YUV | 94.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 185 | 0.63 | 0.51 | 0 | 0.27 | 228.72 | 0.46 | 0.5 |
| Hex | 44 | 5A | B9 | 3F | 33 | 0 | 1B | E5 | 2E | 32 |
| Octal | 104 | 132 | 271 | 77 | 63 | 0 | 33 | 345 | 56 | 62 |
| Binary | 1000100 | 1011010 | 10111001 | 111111 | 110011 | 0 | 11011 | 11100101 | 101110 | 110010 |
Color Harmonies of #445AB9
Complementary color
Monochromatic Colors of #445AB9
Black with #445AB9
Text Example
Text Example
White with #445AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445AB9; }
p { color: rgb(68,90,185); }
H1.HeaderClassName
{
color: #445AB9;
}
.AnyTagClassName
{
color: #445AB9;
}
</style>
background-color css
<style>
a { background-color: #445AB9; }
a { background-color: rgb(68,90,185); }
div.DivClassName
{
background-color: #445AB9;
}
.BgClassName
{
background-color: #445AB9;
}
</style>
border-color css
<style>
span { border-color: #445AB9; }
span { border-color: rgb(68,90,185); }
td.TdClassName
{
border-color: #445AB9;
}
.TagClassName
{
border-color: #445AB9;
}
</style>