Shades of Free Speech Blue #455BBA
Tints of Free Speech Blue #455BBA
RGB
CMYK
RGB Variations
Color information
#455BBA (or 0x455BBA) is known color: Free Speech Blue. HEX triplet: 45, 5B and BA. RGB value is (69,91,186). Sum of RGB (Red+Green+Blue) = 69+91+186=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #455BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BBA is #BAA445. Grayscale: #5E5E5E. Windows color (decimal): -12231750 or 12213061. OLE color: 12213061.
HSL color Cylindrical-coordinate representation of color #455BBA: 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 #455BBA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 91 | 186 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.27 |
| HSL | 228.72º | 0.46% | 0.5% | - |
| HSV(B) | 228.72º | 0.63% | 0.73% | - |
| XYZ | 15.06 | 12.29 | 48.03 | - |
| YUV | 95.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 186 | 0.63 | 0.51 | 0 | 0.27 | 228.72 | 0.46 | 0.5 |
| Hex | 45 | 5B | BA | 3F | 33 | 0 | 1B | E5 | 2E | 32 |
| Octal | 105 | 133 | 272 | 77 | 63 | 0 | 33 | 345 | 56 | 62 |
| Binary | 1000101 | 1011011 | 10111010 | 111111 | 110011 | 0 | 11011 | 11100101 | 101110 | 110010 |
Color Harmonies of #455BBA
Complementary color
Monochromatic Colors of #455BBA
Black with #455BBA
Text Example
Text Example
White with #455BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BBA; }
p { color: rgb(69,91,186); }
H1.HeaderClassName
{
color: #455BBA;
}
.AnyTagClassName
{
color: #455BBA;
}
</style>
background-color css
<style>
a { background-color: #455BBA; }
a { background-color: rgb(69,91,186); }
div.DivClassName
{
background-color: #455BBA;
}
.BgClassName
{
background-color: #455BBA;
}
</style>
border-color css
<style>
span { border-color: #455BBA; }
span { border-color: rgb(69,91,186); }
td.TdClassName
{
border-color: #455BBA;
}
.TagClassName
{
border-color: #455BBA;
}
</style>