Shades of Free Speech Blue #4D47BC
Tints of Free Speech Blue #4D47BC
RGB
CMYK
RGB Variations
Color information
#4D47BC (or 0x4D47BC) is known color: Free Speech Blue. HEX triplet: 4D, 47 and BC. RGB value is (77,71,188). Sum of RGB (Red+Green+Blue) = 77+71+188=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D47BC is #B2B843. Grayscale: #555555. Windows color (decimal): -11712580 or 12339021. OLE color: 12339021.
HSL color Cylindrical-coordinate representation of color #4D47BC: hue angle of 243.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D47BC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 71 | 188 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.26 |
| HSL | 243.08º | 0.47% | 0.51% | - |
| HSV(B) | 243.08º | 0.62% | 0.74% | - |
| XYZ | 14.39 | 9.72 | 48.69 | - |
| YUV | 86.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 188 | 0.59 | 0.62 | 0 | 0.26 | 243.08 | 0.47 | 0.51 |
| Hex | 4D | 47 | BC | 3B | 3E | 0 | 1A | F3 | 2F | 33 |
| Octal | 115 | 107 | 274 | 73 | 76 | 0 | 32 | 363 | 57 | 63 |
| Binary | 1001101 | 1000111 | 10111100 | 111011 | 111110 | 0 | 11010 | 11110011 | 101111 | 110011 |
Color Harmonies of #4D47BC
Complementary color
Monochromatic Colors of #4D47BC
Black with #4D47BC
Text Example
Text Example
White with #4D47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D47BC; }
p { color: rgb(77,71,188); }
H1.HeaderClassName
{
color: #4D47BC;
}
.AnyTagClassName
{
color: #4D47BC;
}
</style>
background-color css
<style>
a { background-color: #4D47BC; }
a { background-color: rgb(77,71,188); }
div.DivClassName
{
background-color: #4D47BC;
}
.BgClassName
{
background-color: #4D47BC;
}
</style>
border-color css
<style>
span { border-color: #4D47BC; }
span { border-color: rgb(77,71,188); }
td.TdClassName
{
border-color: #4D47BC;
}
.TagClassName
{
border-color: #4D47BC;
}
</style>