Shades of Free Speech Blue #4D3FCF
Tints of Free Speech Blue #4D3FCF
RGB
CMYK
RGB Variations
Color information
#4D3FCF (or 0x4D3FCF) is known color: Free Speech Blue. HEX triplet: 4D, 3F and CF. RGB value is (77,63,207). Sum of RGB (Red+Green+Blue) = 77+63+207=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FCF is #B2C030. Grayscale: #535353. Windows color (decimal): -11714609 or 13582157. OLE color: 13582157.
HSL color Cylindrical-coordinate representation of color #4D3FCF: hue angle of 245.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3FCF is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 63 | 207 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.19 |
| HSL | 245.83º | 0.6% | 0.53% | - |
| HSV(B) | 245.83º | 0.7% | 0.81% | - |
| XYZ | 16.1 | 9.64 | 60.04 | - |
| YUV | 83.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 207 | 0.63 | 0.70 | 0 | 0.19 | 245.83 | 0.6 | 0.53 |
| Hex | 4D | 3F | CF | 3F | 46 | 0 | 13 | F6 | 3C | 35 |
| Octal | 115 | 77 | 317 | 77 | 106 | 0 | 23 | 366 | 74 | 65 |
| Binary | 1001101 | 111111 | 11001111 | 111111 | 1000110 | 0 | 10011 | 11110110 | 111100 | 110101 |
Color Harmonies of #4D3FCF
Complementary color
Monochromatic Colors of #4D3FCF
Black with #4D3FCF
Text Example
Text Example
White with #4D3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3FCF; }
p { color: rgb(77,63,207); }
H1.HeaderClassName
{
color: #4D3FCF;
}
.AnyTagClassName
{
color: #4D3FCF;
}
</style>
background-color css
<style>
a { background-color: #4D3FCF; }
a { background-color: rgb(77,63,207); }
div.DivClassName
{
background-color: #4D3FCF;
}
.BgClassName
{
background-color: #4D3FCF;
}
</style>
border-color css
<style>
span { border-color: #4D3FCF; }
span { border-color: rgb(77,63,207); }
td.TdClassName
{
border-color: #4D3FCF;
}
.TagClassName
{
border-color: #4D3FCF;
}
</style>