Shades of Free Speech Blue #4D3EBF
Tints of Free Speech Blue #4D3EBF
RGB
CMYK
RGB Variations
Color information
#4D3EBF (or 0x4D3EBF) is known color: Free Speech Blue. HEX triplet: 4D, 3E and BF. RGB value is (77,62,191). Sum of RGB (Red+Green+Blue) = 77+62+191=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EBF is #B2C140. Grayscale: #505050. Windows color (decimal): -11714881 or 12533325. OLE color: 12533325.
HSL color Cylindrical-coordinate representation of color #4D3EBF: hue angle of 246.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3EBF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 62 | 191 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.25 |
| HSL | 246.98º | 0.51% | 0.5% | - |
| HSV(B) | 246.98º | 0.68% | 0.75% | - |
| XYZ | 14.19 | 8.78 | 50.24 | - |
| YUV | 81.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 191 | 0.60 | 0.68 | 0 | 0.25 | 246.98 | 0.51 | 0.5 |
| Hex | 4D | 3E | BF | 3C | 44 | 0 | 19 | F7 | 33 | 32 |
| Octal | 115 | 76 | 277 | 74 | 104 | 0 | 31 | 367 | 63 | 62 |
| Binary | 1001101 | 111110 | 10111111 | 111100 | 1000100 | 0 | 11001 | 11110111 | 110011 | 110010 |
Color Harmonies of #4D3EBF
Complementary color
Monochromatic Colors of #4D3EBF
Black with #4D3EBF
Text Example
Text Example
White with #4D3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EBF; }
p { color: rgb(77,62,191); }
H1.HeaderClassName
{
color: #4D3EBF;
}
.AnyTagClassName
{
color: #4D3EBF;
}
</style>
background-color css
<style>
a { background-color: #4D3EBF; }
a { background-color: rgb(77,62,191); }
div.DivClassName
{
background-color: #4D3EBF;
}
.BgClassName
{
background-color: #4D3EBF;
}
</style>
border-color css
<style>
span { border-color: #4D3EBF; }
span { border-color: rgb(77,62,191); }
td.TdClassName
{
border-color: #4D3EBF;
}
.TagClassName
{
border-color: #4D3EBF;
}
</style>