Shades of Free Speech Blue #4D4DBC
Tints of Free Speech Blue #4D4DBC
RGB
CMYK
RGB Variations
Color information
#4D4DBC (or 0x4D4DBC) is known color: Free Speech Blue. HEX triplet: 4D, 4D and BC. RGB value is (77,77,188). Sum of RGB (Red+Green+Blue) = 77+77+188=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D4DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4DBC is #B2B243. Grayscale: #595959. Windows color (decimal): -11711044 or 12340557. OLE color: 12340557.
HSL color Cylindrical-coordinate representation of color #4D4DBC: hue angle of 240º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D4DBC is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 77 | 188 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.26 |
| HSL | 240º | 0.45% | 0.52% | - |
| HSV(B) | 240º | 0.59% | 0.74% | - |
| XYZ | 14.79 | 10.52 | 48.83 | - |
| YUV | 89.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 77 | 188 | 0.59 | 0.59 | 0 | 0.26 | 240 | 0.45 | 0.52 |
| Hex | 4D | 4D | BC | 3B | 3B | 0 | 1A | F0 | 2D | 34 |
| Octal | 115 | 115 | 274 | 73 | 73 | 0 | 32 | 360 | 55 | 64 |
| Binary | 1001101 | 1001101 | 10111100 | 111011 | 111011 | 0 | 11010 | 11110000 | 101101 | 110100 |
Color Harmonies of #4D4DBC
Complementary color
Monochromatic Colors of #4D4DBC
Black with #4D4DBC
Text Example
Text Example
White with #4D4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4DBC; }
p { color: rgb(77,77,188); }
H1.HeaderClassName
{
color: #4D4DBC;
}
.AnyTagClassName
{
color: #4D4DBC;
}
</style>
background-color css
<style>
a { background-color: #4D4DBC; }
a { background-color: rgb(77,77,188); }
div.DivClassName
{
background-color: #4D4DBC;
}
.BgClassName
{
background-color: #4D4DBC;
}
</style>
border-color css
<style>
span { border-color: #4D4DBC; }
span { border-color: rgb(77,77,188); }
td.TdClassName
{
border-color: #4D4DBC;
}
.TagClassName
{
border-color: #4D4DBC;
}
</style>