Shades of Free Speech Blue #4548BA
Tints of Free Speech Blue #4548BA
RGB
CMYK
RGB Variations
Color information
#4548BA (or 0x4548BA) is known color: Free Speech Blue. HEX triplet: 45, 48 and BA. RGB value is (69,72,186). Sum of RGB (Red+Green+Blue) = 69+72+186=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #4548BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4548BA is #BAB745. Grayscale: #535353. Windows color (decimal): -12236614 or 12208197. OLE color: 12208197.
HSL color Cylindrical-coordinate representation of color #4548BA: hue angle of 238.46º 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 #4548BA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 72 | 186 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.27 |
| HSL | 238.46º | 0.46% | 0.5% | - |
| HSV(B) | 238.46º | 0.63% | 0.73% | - |
| XYZ | 13.63 | 9.45 | 47.56 | - |
| YUV | 84.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 186 | 0.63 | 0.61 | 0 | 0.27 | 238.46 | 0.46 | 0.5 |
| Hex | 45 | 48 | BA | 3F | 3D | 0 | 1B | EE | 2E | 32 |
| Octal | 105 | 110 | 272 | 77 | 75 | 0 | 33 | 356 | 56 | 62 |
| Binary | 1000101 | 1001000 | 10111010 | 111111 | 111101 | 0 | 11011 | 11101110 | 101110 | 110010 |
Color Harmonies of #4548BA
Complementary color
Monochromatic Colors of #4548BA
Black with #4548BA
Text Example
Text Example
White with #4548BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4548BA; }
p { color: rgb(69,72,186); }
H1.HeaderClassName
{
color: #4548BA;
}
.AnyTagClassName
{
color: #4548BA;
}
</style>
background-color css
<style>
a { background-color: #4548BA; }
a { background-color: rgb(69,72,186); }
div.DivClassName
{
background-color: #4548BA;
}
.BgClassName
{
background-color: #4548BA;
}
</style>
border-color css
<style>
span { border-color: #4548BA; }
span { border-color: rgb(69,72,186); }
td.TdClassName
{
border-color: #4548BA;
}
.TagClassName
{
border-color: #4548BA;
}
</style>