Shades of Free Speech Blue #455FBA
Tints of Free Speech Blue #455FBA
RGB
CMYK
RGB Variations
Color information
#455FBA (or 0x455FBA) is known color: Free Speech Blue. HEX triplet: 45, 5F and BA. RGB value is (69,95,186). Sum of RGB (Red+Green+Blue) = 69+95+186=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #455FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FBA is #BAA045. Grayscale: #616161. Windows color (decimal): -12230726 or 12214085. OLE color: 12214085.
HSL color Cylindrical-coordinate representation of color #455FBA: hue angle of 226.67º 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 #455FBA is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 95 | 186 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.27 |
| HSL | 226.67º | 0.46% | 0.5% | - |
| HSV(B) | 226.67º | 0.63% | 0.73% | - |
| XYZ | 15.41 | 12.99 | 48.15 | - |
| YUV | 97.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 186 | 0.63 | 0.49 | 0 | 0.27 | 226.67 | 0.46 | 0.5 |
| Hex | 45 | 5F | BA | 3F | 31 | 0 | 1B | E3 | 2E | 32 |
| Octal | 105 | 137 | 272 | 77 | 61 | 0 | 33 | 343 | 56 | 62 |
| Binary | 1000101 | 1011111 | 10111010 | 111111 | 110001 | 0 | 11011 | 11100011 | 101110 | 110010 |
Color Harmonies of #455FBA
Complementary color
Monochromatic Colors of #455FBA
Black with #455FBA
Text Example
Text Example
White with #455FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FBA; }
p { color: rgb(69,95,186); }
H1.HeaderClassName
{
color: #455FBA;
}
.AnyTagClassName
{
color: #455FBA;
}
</style>
background-color css
<style>
a { background-color: #455FBA; }
a { background-color: rgb(69,95,186); }
div.DivClassName
{
background-color: #455FBA;
}
.BgClassName
{
background-color: #455FBA;
}
</style>
border-color css
<style>
span { border-color: #455FBA; }
span { border-color: rgb(69,95,186); }
td.TdClassName
{
border-color: #455FBA;
}
.TagClassName
{
border-color: #455FBA;
}
</style>