Shades of Free Speech Blue #4546BC
Tints of Free Speech Blue #4546BC
RGB
CMYK
RGB Variations
Color information
#4546BC (or 0x4546BC) is known color: Free Speech Blue. HEX triplet: 45, 46 and BC. RGB value is (69,70,188). Sum of RGB (Red+Green+Blue) = 69+70+188=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #4546BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4546BC is #BAB943. Grayscale: #525252. Windows color (decimal): -12237124 or 12338757. OLE color: 12338757.
HSL color Cylindrical-coordinate representation of color #4546BC: hue angle of 239.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4546BC is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 70 | 188 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.26 |
| HSL | 239.5º | 0.47% | 0.5% | - |
| HSV(B) | 239.5º | 0.63% | 0.74% | - |
| XYZ | 13.72 | 9.28 | 48.64 | - |
| YUV | 83.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 188 | 0.63 | 0.63 | 0 | 0.26 | 239.5 | 0.47 | 0.5 |
| Hex | 45 | 46 | BC | 3F | 3F | 0 | 1A | EF | 2F | 32 |
| Octal | 105 | 106 | 274 | 77 | 77 | 0 | 32 | 357 | 57 | 62 |
| Binary | 1000101 | 1000110 | 10111100 | 111111 | 111111 | 0 | 11010 | 11101111 | 101111 | 110010 |
Color Harmonies of #4546BC
Complementary color
Monochromatic Colors of #4546BC
Black with #4546BC
Text Example
Text Example
White with #4546BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4546BC; }
p { color: rgb(69,70,188); }
H1.HeaderClassName
{
color: #4546BC;
}
.AnyTagClassName
{
color: #4546BC;
}
</style>
background-color css
<style>
a { background-color: #4546BC; }
a { background-color: rgb(69,70,188); }
div.DivClassName
{
background-color: #4546BC;
}
.BgClassName
{
background-color: #4546BC;
}
</style>
border-color css
<style>
span { border-color: #4546BC; }
span { border-color: rgb(69,70,188); }
td.TdClassName
{
border-color: #4546BC;
}
.TagClassName
{
border-color: #4546BC;
}
</style>