Shades of Free Speech Blue #454BBA
Tints of Free Speech Blue #454BBA
RGB
CMYK
RGB Variations
Color information
#454BBA (or 0x454BBA) is known color: Free Speech Blue. HEX triplet: 45, 4B and BA. RGB value is (69,75,186). Sum of RGB (Red+Green+Blue) = 69+75+186=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #454BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BBA is #BAB445. Grayscale: #555555. Windows color (decimal): -12235846 or 12208965. OLE color: 12208965.
HSL color Cylindrical-coordinate representation of color #454BBA: hue angle of 236.92º 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 #454BBA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 75 | 186 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.27 |
| HSL | 236.92º | 0.46% | 0.5% | - |
| HSV(B) | 236.92º | 0.63% | 0.73% | - |
| XYZ | 13.83 | 9.84 | 47.63 | - |
| YUV | 85.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 186 | 0.63 | 0.60 | 0 | 0.27 | 236.92 | 0.46 | 0.5 |
| Hex | 45 | 4B | BA | 3F | 3C | 0 | 1B | ED | 2E | 32 |
| Octal | 105 | 113 | 272 | 77 | 74 | 0 | 33 | 355 | 56 | 62 |
| Binary | 1000101 | 1001011 | 10111010 | 111111 | 111100 | 0 | 11011 | 11101101 | 101110 | 110010 |
Color Harmonies of #454BBA
Complementary color
Monochromatic Colors of #454BBA
Black with #454BBA
Text Example
Text Example
White with #454BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454BBA; }
p { color: rgb(69,75,186); }
H1.HeaderClassName
{
color: #454BBA;
}
.AnyTagClassName
{
color: #454BBA;
}
</style>
background-color css
<style>
a { background-color: #454BBA; }
a { background-color: rgb(69,75,186); }
div.DivClassName
{
background-color: #454BBA;
}
.BgClassName
{
background-color: #454BBA;
}
</style>
border-color css
<style>
span { border-color: #454BBA; }
span { border-color: rgb(69,75,186); }
td.TdClassName
{
border-color: #454BBA;
}
.TagClassName
{
border-color: #454BBA;
}
</style>