Shades of Free Speech Blue #4D61CF
Tints of Free Speech Blue #4D61CF
RGB
CMYK
RGB Variations
Color information
#4D61CF (or 0x4D61CF) is known color: Free Speech Blue. HEX triplet: 4D, 61 and CF. RGB value is (77,97,207). Sum of RGB (Red+Green+Blue) = 77+97+207=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D61CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D61CF is #B29E30. Grayscale: #676767. Windows color (decimal): -11705905 or 13590861. OLE color: 13590861.
HSL color Cylindrical-coordinate representation of color #4D61CF: hue angle of 230.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D61CF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 97 | 207 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.19 |
| HSL | 230.77º | 0.58% | 0.56% | - |
| HSV(B) | 230.77º | 0.63% | 0.81% | - |
| XYZ | 18.6 | 14.63 | 60.88 | - |
| YUV | 103.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 207 | 0.63 | 0.53 | 0 | 0.19 | 230.77 | 0.58 | 0.56 |
| Hex | 4D | 61 | CF | 3F | 35 | 0 | 13 | E7 | 3A | 38 |
| Octal | 115 | 141 | 317 | 77 | 65 | 0 | 23 | 347 | 72 | 70 |
| Binary | 1001101 | 1100001 | 11001111 | 111111 | 110101 | 0 | 10011 | 11100111 | 111010 | 111000 |
Color Harmonies of #4D61CF
Complementary color
Monochromatic Colors of #4D61CF
Black with #4D61CF
Text Example
Text Example
White with #4D61CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D61CF; }
p { color: rgb(77,97,207); }
H1.HeaderClassName
{
color: #4D61CF;
}
.AnyTagClassName
{
color: #4D61CF;
}
</style>
background-color css
<style>
a { background-color: #4D61CF; }
a { background-color: rgb(77,97,207); }
div.DivClassName
{
background-color: #4D61CF;
}
.BgClassName
{
background-color: #4D61CF;
}
</style>
border-color css
<style>
span { border-color: #4D61CF; }
span { border-color: rgb(77,97,207); }
td.TdClassName
{
border-color: #4D61CF;
}
.TagClassName
{
border-color: #4D61CF;
}
</style>