Shades of Free Speech Blue #4547BC
Tints of Free Speech Blue #4547BC
RGB
CMYK
RGB Variations
Color information
#4547BC (or 0x4547BC) is known color: Free Speech Blue. HEX triplet: 45, 47 and BC. RGB value is (69,71,188). Sum of RGB (Red+Green+Blue) = 69+71+188=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #4547BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4547BC is #BAB843. Grayscale: #535353. Windows color (decimal): -12236868 or 12339013. OLE color: 12339013.
HSL color Cylindrical-coordinate representation of color #4547BC: hue angle of 238.99º 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 #4547BC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 71 | 188 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.26 |
| HSL | 238.99º | 0.47% | 0.5% | - |
| HSV(B) | 238.99º | 0.63% | 0.74% | - |
| XYZ | 13.78 | 9.4 | 48.67 | - |
| YUV | 83.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 188 | 0.63 | 0.62 | 0 | 0.26 | 238.99 | 0.47 | 0.5 |
| Hex | 45 | 47 | BC | 3F | 3E | 0 | 1A | EF | 2F | 32 |
| Octal | 105 | 107 | 274 | 77 | 76 | 0 | 32 | 357 | 57 | 62 |
| Binary | 1000101 | 1000111 | 10111100 | 111111 | 111110 | 0 | 11010 | 11101111 | 101111 | 110010 |
Color Harmonies of #4547BC
Complementary color
Monochromatic Colors of #4547BC
Black with #4547BC
Text Example
Text Example
White with #4547BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547BC; }
p { color: rgb(69,71,188); }
H1.HeaderClassName
{
color: #4547BC;
}
.AnyTagClassName
{
color: #4547BC;
}
</style>
background-color css
<style>
a { background-color: #4547BC; }
a { background-color: rgb(69,71,188); }
div.DivClassName
{
background-color: #4547BC;
}
.BgClassName
{
background-color: #4547BC;
}
</style>
border-color css
<style>
span { border-color: #4547BC; }
span { border-color: rgb(69,71,188); }
td.TdClassName
{
border-color: #4547BC;
}
.TagClassName
{
border-color: #4547BC;
}
</style>