Shades of Free Speech Blue #4552BA
Tints of Free Speech Blue #4552BA
RGB
CMYK
RGB Variations
Color information
#4552BA (or 0x4552BA) is known color: Free Speech Blue. HEX triplet: 45, 52 and BA. RGB value is (69,82,186). Sum of RGB (Red+Green+Blue) = 69+82+186=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4552BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552BA is #BAAD45. Grayscale: #595959. Windows color (decimal): -12234054 or 12210757. OLE color: 12210757.
HSL color Cylindrical-coordinate representation of color #4552BA: hue angle of 233.33º 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 #4552BA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 82 | 186 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.27 |
| HSL | 233.33º | 0.46% | 0.5% | - |
| HSV(B) | 233.33º | 0.63% | 0.73% | - |
| XYZ | 14.33 | 10.84 | 47.79 | - |
| YUV | 89.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 186 | 0.63 | 0.56 | 0 | 0.27 | 233.33 | 0.46 | 0.5 |
| Hex | 45 | 52 | BA | 3F | 38 | 0 | 1B | E9 | 2E | 32 |
| Octal | 105 | 122 | 272 | 77 | 70 | 0 | 33 | 351 | 56 | 62 |
| Binary | 1000101 | 1010010 | 10111010 | 111111 | 111000 | 0 | 11011 | 11101001 | 101110 | 110010 |
Color Harmonies of #4552BA
Complementary color
Monochromatic Colors of #4552BA
Black with #4552BA
Text Example
Text Example
White with #4552BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552BA; }
p { color: rgb(69,82,186); }
H1.HeaderClassName
{
color: #4552BA;
}
.AnyTagClassName
{
color: #4552BA;
}
</style>
background-color css
<style>
a { background-color: #4552BA; }
a { background-color: rgb(69,82,186); }
div.DivClassName
{
background-color: #4552BA;
}
.BgClassName
{
background-color: #4552BA;
}
</style>
border-color css
<style>
span { border-color: #4552BA; }
span { border-color: rgb(69,82,186); }
td.TdClassName
{
border-color: #4552BA;
}
.TagClassName
{
border-color: #4552BA;
}
</style>