Shades of Free Speech Blue #4D3BD6
Tints of Free Speech Blue #4D3BD6
RGB
CMYK
RGB Variations
Color information
#4D3BD6 (or 0x4D3BD6) is known color: Free Speech Blue. HEX triplet: 4D, 3B and D6. RGB value is (77,59,214). Sum of RGB (Red+Green+Blue) = 77+59+214=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D3BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BD6 is #B2C429. Grayscale: #515151. Windows color (decimal): -11715626 or 14039885. OLE color: 14039885.
HSL color Cylindrical-coordinate representation of color #4D3BD6: hue angle of 246.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3BD6 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 59 | 214 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.16 |
| HSL | 246.97º | 0.65% | 0.54% | - |
| HSV(B) | 246.97º | 0.72% | 0.84% | - |
| XYZ | 16.76 | 9.56 | 64.58 | - |
| YUV | 82.05 | 202.46 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 214 | 0.64 | 0.72 | 0 | 0.16 | 246.97 | 0.65 | 0.54 |
| Hex | 4D | 3B | D6 | 40 | 48 | 0 | 10 | F7 | 41 | 36 |
| Octal | 115 | 73 | 326 | 100 | 110 | 0 | 20 | 367 | 101 | 66 |
| Binary | 1001101 | 111011 | 11010110 | 1000000 | 1001000 | 0 | 10000 | 11110111 | 1000001 | 110110 |
Color Harmonies of #4D3BD6
Complementary color
Monochromatic Colors of #4D3BD6
Black with #4D3BD6
Text Example
Text Example
White with #4D3BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BD6; }
p { color: rgb(77,59,214); }
H1.HeaderClassName
{
color: #4D3BD6;
}
.AnyTagClassName
{
color: #4D3BD6;
}
</style>
background-color css
<style>
a { background-color: #4D3BD6; }
a { background-color: rgb(77,59,214); }
div.DivClassName
{
background-color: #4D3BD6;
}
.BgClassName
{
background-color: #4D3BD6;
}
</style>
border-color css
<style>
span { border-color: #4D3BD6; }
span { border-color: rgb(77,59,214); }
td.TdClassName
{
border-color: #4D3BD6;
}
.TagClassName
{
border-color: #4D3BD6;
}
</style>