Shades of Free Speech Blue #4D61BC
Tints of Free Speech Blue #4D61BC
RGB
CMYK
RGB Variations
Color information
#4D61BC (or 0x4D61BC) is known color: Free Speech Blue. HEX triplet: 4D, 61 and BC. RGB value is (77,97,188). Sum of RGB (Red+Green+Blue) = 77+97+188=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D61BC is #B29E43. Grayscale: #656565. Windows color (decimal): -11705924 or 12345677. OLE color: 12345677.
HSL color Cylindrical-coordinate representation of color #4D61BC: hue angle of 229.19º 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 #4D61BC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 97 | 188 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.26 |
| HSL | 229.19º | 0.45% | 0.52% | - |
| HSV(B) | 229.19º | 0.59% | 0.74% | - |
| XYZ | 16.41 | 13.76 | 49.37 | - |
| YUV | 101.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 188 | 0.59 | 0.48 | 0 | 0.26 | 229.19 | 0.45 | 0.52 |
| Hex | 4D | 61 | BC | 3B | 30 | 0 | 1A | E5 | 2D | 34 |
| Octal | 115 | 141 | 274 | 73 | 60 | 0 | 32 | 345 | 55 | 64 |
| Binary | 1001101 | 1100001 | 10111100 | 111011 | 110000 | 0 | 11010 | 11100101 | 101101 | 110100 |
Color Harmonies of #4D61BC
Complementary color
Monochromatic Colors of #4D61BC
Black with #4D61BC
Text Example
Text Example
White with #4D61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D61BC; }
p { color: rgb(77,97,188); }
H1.HeaderClassName
{
color: #4D61BC;
}
.AnyTagClassName
{
color: #4D61BC;
}
</style>
background-color css
<style>
a { background-color: #4D61BC; }
a { background-color: rgb(77,97,188); }
div.DivClassName
{
background-color: #4D61BC;
}
.BgClassName
{
background-color: #4D61BC;
}
</style>
border-color css
<style>
span { border-color: #4D61BC; }
span { border-color: rgb(77,97,188); }
td.TdClassName
{
border-color: #4D61BC;
}
.TagClassName
{
border-color: #4D61BC;
}
</style>