Shades of Free Speech Blue #4D51DD
Tints of Free Speech Blue #4D51DD
RGB
CMYK
RGB Variations
Color information
#4D51DD (or 0x4D51DD) is known color: Free Speech Blue. HEX triplet: 4D, 51 and DD. RGB value is (77,81,221). Sum of RGB (Red+Green+Blue) = 77+81+221=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D51DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51DD is #B2AE22. Grayscale: #5F5F5F. Windows color (decimal): -11709987 or 14504269. OLE color: 14504269.
HSL color Cylindrical-coordinate representation of color #4D51DD: hue angle of 238.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D51DD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 81 | 221 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.13 |
| HSL | 238.33º | 0.68% | 0.58% | - |
| HSV(B) | 238.33º | 0.65% | 0.87% | - |
| XYZ | 19.05 | 12.68 | 69.85 | - |
| YUV | 95.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 221 | 0.65 | 0.63 | 0 | 0.13 | 238.33 | 0.68 | 0.58 |
| Hex | 4D | 51 | DD | 41 | 3F | 0 | D | EE | 44 | 3A |
| Octal | 115 | 121 | 335 | 101 | 77 | 0 | 15 | 356 | 104 | 72 |
| Binary | 1001101 | 1010001 | 11011101 | 1000001 | 111111 | 0 | 1101 | 11101110 | 1000100 | 111010 |
Color Harmonies of #4D51DD
Complementary color
Monochromatic Colors of #4D51DD
Black with #4D51DD
Text Example
Text Example
White with #4D51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D51DD; }
p { color: rgb(77,81,221); }
H1.HeaderClassName
{
color: #4D51DD;
}
.AnyTagClassName
{
color: #4D51DD;
}
</style>
background-color css
<style>
a { background-color: #4D51DD; }
a { background-color: rgb(77,81,221); }
div.DivClassName
{
background-color: #4D51DD;
}
.BgClassName
{
background-color: #4D51DD;
}
</style>
border-color css
<style>
span { border-color: #4D51DD; }
span { border-color: rgb(77,81,221); }
td.TdClassName
{
border-color: #4D51DD;
}
.TagClassName
{
border-color: #4D51DD;
}
</style>