Shades of Free Speech Blue #4D63CF
Tints of Free Speech Blue #4D63CF
RGB
CMYK
RGB Variations
Color information
#4D63CF (or 0x4D63CF) is known color: Free Speech Blue. HEX triplet: 4D, 63 and CF. RGB value is (77,99,207). Sum of RGB (Red+Green+Blue) = 77+99+207=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63CF is #B29C30. Grayscale: #686868. Windows color (decimal): -11705393 or 13591373. OLE color: 13591373.
HSL color Cylindrical-coordinate representation of color #4D63CF: hue angle of 229.85º 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 #4D63CF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 99 | 207 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.19 |
| HSL | 229.85º | 0.58% | 0.56% | - |
| HSV(B) | 229.85º | 0.63% | 0.81% | - |
| XYZ | 18.78 | 15.01 | 60.94 | - |
| YUV | 104.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 207 | 0.63 | 0.52 | 0 | 0.19 | 229.85 | 0.58 | 0.56 |
| Hex | 4D | 63 | CF | 3F | 34 | 0 | 13 | E6 | 3A | 38 |
| Octal | 115 | 143 | 317 | 77 | 64 | 0 | 23 | 346 | 72 | 70 |
| Binary | 1001101 | 1100011 | 11001111 | 111111 | 110100 | 0 | 10011 | 11100110 | 111010 | 111000 |
Color Harmonies of #4D63CF
Complementary color
Monochromatic Colors of #4D63CF
Black with #4D63CF
Text Example
Text Example
White with #4D63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63CF; }
p { color: rgb(77,99,207); }
H1.HeaderClassName
{
color: #4D63CF;
}
.AnyTagClassName
{
color: #4D63CF;
}
</style>
background-color css
<style>
a { background-color: #4D63CF; }
a { background-color: rgb(77,99,207); }
div.DivClassName
{
background-color: #4D63CF;
}
.BgClassName
{
background-color: #4D63CF;
}
</style>
border-color css
<style>
span { border-color: #4D63CF; }
span { border-color: rgb(77,99,207); }
td.TdClassName
{
border-color: #4D63CF;
}
.TagClassName
{
border-color: #4D63CF;
}
</style>