Shades of Free Speech Blue #455AB9
Tints of Free Speech Blue #455AB9
RGB
CMYK
RGB Variations
Color information
#455AB9 (or 0x455AB9) is known color: Free Speech Blue. HEX triplet: 45, 5A and B9. RGB value is (69,90,185). Sum of RGB (Red+Green+Blue) = 69+90+185=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #455AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AB9 is #BAA546. Grayscale: #5E5E5E. Windows color (decimal): -12232007 or 12147269. OLE color: 12147269.
HSL color Cylindrical-coordinate representation of color #455AB9: hue angle of 229.14º 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 #455AB9 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 90 | 185 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.27 |
| HSL | 229.14º | 0.46% | 0.5% | - |
| HSV(B) | 229.14º | 0.63% | 0.73% | - |
| XYZ | 14.87 | 12.08 | 47.45 | - |
| YUV | 94.55 | 179.04 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 185 | 0.63 | 0.51 | 0 | 0.27 | 229.14 | 0.46 | 0.5 |
| Hex | 45 | 5A | B9 | 3F | 33 | 0 | 1B | E5 | 2E | 32 |
| Octal | 105 | 132 | 271 | 77 | 63 | 0 | 33 | 345 | 56 | 62 |
| Binary | 1000101 | 1011010 | 10111001 | 111111 | 110011 | 0 | 11011 | 11100101 | 101110 | 110010 |
Color Harmonies of #455AB9
Complementary color
Monochromatic Colors of #455AB9
Black with #455AB9
Text Example
Text Example
White with #455AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455AB9; }
p { color: rgb(69,90,185); }
H1.HeaderClassName
{
color: #455AB9;
}
.AnyTagClassName
{
color: #455AB9;
}
</style>
background-color css
<style>
a { background-color: #455AB9; }
a { background-color: rgb(69,90,185); }
div.DivClassName
{
background-color: #455AB9;
}
.BgClassName
{
background-color: #455AB9;
}
</style>
border-color css
<style>
span { border-color: #455AB9; }
span { border-color: rgb(69,90,185); }
td.TdClassName
{
border-color: #455AB9;
}
.TagClassName
{
border-color: #455AB9;
}
</style>