Shades of Free Speech Blue #4D51DF
Tints of Free Speech Blue #4D51DF
RGB
CMYK
RGB Variations
Color information
#4D51DF (or 0x4D51DF) is known color: Free Speech Blue. HEX triplet: 4D, 51 and DF. RGB value is (77,81,223). Sum of RGB (Red+Green+Blue) = 77+81+223=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51DF is #B2AE20. Grayscale: #5F5F5F. Windows color (decimal): -11709985 or 14635341. OLE color: 14635341.
HSL color Cylindrical-coordinate representation of color #4D51DF: hue angle of 238.36º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D51DF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 81 | 223 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.13 |
| HSL | 238.36º | 0.7% | 0.59% | - |
| HSV(B) | 238.36º | 0.65% | 0.87% | - |
| XYZ | 19.32 | 12.79 | 71.26 | - |
| YUV | 95.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 223 | 0.65 | 0.64 | 0 | 0.13 | 238.36 | 0.7 | 0.59 |
| Hex | 4D | 51 | DF | 41 | 40 | 0 | D | EE | 46 | 3B |
| Octal | 115 | 121 | 337 | 101 | 100 | 0 | 15 | 356 | 106 | 73 |
| Binary | 1001101 | 1010001 | 11011111 | 1000001 | 1000000 | 0 | 1101 | 11101110 | 1000110 | 111011 |
Color Harmonies of #4D51DF
Complementary color
Monochromatic Colors of #4D51DF
Black with #4D51DF
Text Example
Text Example
White with #4D51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D51DF; }
p { color: rgb(77,81,223); }
H1.HeaderClassName
{
color: #4D51DF;
}
.AnyTagClassName
{
color: #4D51DF;
}
</style>
background-color css
<style>
a { background-color: #4D51DF; }
a { background-color: rgb(77,81,223); }
div.DivClassName
{
background-color: #4D51DF;
}
.BgClassName
{
background-color: #4D51DF;
}
</style>
border-color css
<style>
span { border-color: #4D51DF; }
span { border-color: rgb(77,81,223); }
td.TdClassName
{
border-color: #4D51DF;
}
.TagClassName
{
border-color: #4D51DF;
}
</style>