Shades of Free Speech Blue #455DBA
Tints of Free Speech Blue #455DBA
RGB
CMYK
RGB Variations
Color information
#455DBA (or 0x455DBA) is known color: Free Speech Blue. HEX triplet: 45, 5D and BA. RGB value is (69,93,186). Sum of RGB (Red+Green+Blue) = 69+93+186=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #455DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DBA is #BAA245. Grayscale: #606060. Windows color (decimal): -12231238 or 12213573. OLE color: 12213573.
HSL color Cylindrical-coordinate representation of color #455DBA: hue angle of 227.69º 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 #455DBA is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 93 | 186 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.27 |
| HSL | 227.69º | 0.46% | 0.5% | - |
| HSV(B) | 227.69º | 0.63% | 0.73% | - |
| XYZ | 15.23 | 12.64 | 48.09 | - |
| YUV | 96.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 186 | 0.63 | 0.5 | 0 | 0.27 | 227.69 | 0.46 | 0.5 |
| Hex | 45 | 5D | BA | 3F | 32 | 0 | 1B | E4 | 2E | 32 |
| Octal | 105 | 135 | 272 | 77 | 62 | 0 | 33 | 344 | 56 | 62 |
| Binary | 1000101 | 1011101 | 10111010 | 111111 | 110010 | 0 | 11011 | 11100100 | 101110 | 110010 |
Color Harmonies of #455DBA
Complementary color
Monochromatic Colors of #455DBA
Black with #455DBA
Text Example
Text Example
White with #455DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DBA; }
p { color: rgb(69,93,186); }
H1.HeaderClassName
{
color: #455DBA;
}
.AnyTagClassName
{
color: #455DBA;
}
</style>
background-color css
<style>
a { background-color: #455DBA; }
a { background-color: rgb(69,93,186); }
div.DivClassName
{
background-color: #455DBA;
}
.BgClassName
{
background-color: #455DBA;
}
</style>
border-color css
<style>
span { border-color: #455DBA; }
span { border-color: rgb(69,93,186); }
td.TdClassName
{
border-color: #455DBA;
}
.TagClassName
{
border-color: #455DBA;
}
</style>