Shades of Free Speech Blue #4D3FD6
Tints of Free Speech Blue #4D3FD6
RGB
CMYK
RGB Variations
Color information
#4D3FD6 (or 0x4D3FD6) is known color: Free Speech Blue. HEX triplet: 4D, 3F and D6. RGB value is (77,63,214). Sum of RGB (Red+Green+Blue) = 77+63+214=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D3FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FD6 is #B2C029. Grayscale: #535353. Windows color (decimal): -11714602 or 14040909. OLE color: 14040909.
HSL color Cylindrical-coordinate representation of color #4D3FD6: hue angle of 245.56º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3FD6 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 63 | 214 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.16 |
| HSL | 245.56º | 0.65% | 0.54% | - |
| HSV(B) | 245.56º | 0.71% | 0.84% | - |
| XYZ | 16.98 | 9.99 | 64.65 | - |
| YUV | 84.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 214 | 0.64 | 0.71 | 0 | 0.16 | 245.56 | 0.65 | 0.54 |
| Hex | 4D | 3F | D6 | 40 | 47 | 0 | 10 | F6 | 41 | 36 |
| Octal | 115 | 77 | 326 | 100 | 107 | 0 | 20 | 366 | 101 | 66 |
| Binary | 1001101 | 111111 | 11010110 | 1000000 | 1000111 | 0 | 10000 | 11110110 | 1000001 | 110110 |
Color Harmonies of #4D3FD6
Complementary color
Monochromatic Colors of #4D3FD6
Black with #4D3FD6
Text Example
Text Example
White with #4D3FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FD6; }
p { color: rgb(77,63,214); }
H1.HeaderClassName
{
color: #4D3FD6;
}
.AnyTagClassName
{
color: #4D3FD6;
}
</style>
background-color css
<style>
a { background-color: #4D3FD6; }
a { background-color: rgb(77,63,214); }
div.DivClassName
{
background-color: #4D3FD6;
}
.BgClassName
{
background-color: #4D3FD6;
}
</style>
border-color css
<style>
span { border-color: #4D3FD6; }
span { border-color: rgb(77,63,214); }
td.TdClassName
{
border-color: #4D3FD6;
}
.TagClassName
{
border-color: #4D3FD6;
}
</style>