Shades of Free Speech Blue #4D3FD0
Tints of Free Speech Blue #4D3FD0
RGB
CMYK
RGB Variations
Color information
#4D3FD0 (or 0x4D3FD0) is known color: Free Speech Blue. HEX triplet: 4D, 3F and D0. RGB value is (77,63,208). Sum of RGB (Red+Green+Blue) = 77+63+208=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #4D3FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FD0 is #B2C02F. Grayscale: #535353. Windows color (decimal): -11714608 or 13647693. OLE color: 13647693.
HSL color Cylindrical-coordinate representation of color #4D3FD0: hue angle of 245.79º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3FD0 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 63 | 208 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.18 |
| HSL | 245.79º | 0.61% | 0.53% | - |
| HSV(B) | 245.79º | 0.7% | 0.82% | - |
| XYZ | 16.22 | 9.69 | 60.69 | - |
| YUV | 83.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 208 | 0.63 | 0.70 | 0 | 0.18 | 245.79 | 0.61 | 0.53 |
| Hex | 4D | 3F | D0 | 3F | 46 | 0 | 12 | F6 | 3D | 35 |
| Octal | 115 | 77 | 320 | 77 | 106 | 0 | 22 | 366 | 75 | 65 |
| Binary | 1001101 | 111111 | 11010000 | 111111 | 1000110 | 0 | 10010 | 11110110 | 111101 | 110101 |
Color Harmonies of #4D3FD0
Complementary color
Monochromatic Colors of #4D3FD0
Black with #4D3FD0
Text Example
Text Example
White with #4D3FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FD0; }
p { color: rgb(77,63,208); }
H1.HeaderClassName
{
color: #4D3FD0;
}
.AnyTagClassName
{
color: #4D3FD0;
}
</style>
background-color css
<style>
a { background-color: #4D3FD0; }
a { background-color: rgb(77,63,208); }
div.DivClassName
{
background-color: #4D3FD0;
}
.BgClassName
{
background-color: #4D3FD0;
}
</style>
border-color css
<style>
span { border-color: #4D3FD0; }
span { border-color: rgb(77,63,208); }
td.TdClassName
{
border-color: #4D3FD0;
}
.TagClassName
{
border-color: #4D3FD0;
}
</style>