Shades of Free Speech Blue #4D41BE
Tints of Free Speech Blue #4D41BE
RGB
CMYK
RGB Variations
Color information
#4D41BE (or 0x4D41BE) is known color: Free Speech Blue. HEX triplet: 4D, 41 and BE. RGB value is (77,65,190). Sum of RGB (Red+Green+Blue) = 77+65+190=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D41BE is #B2BE41. Grayscale: #525252. Windows color (decimal): -11714114 or 12468557. OLE color: 12468557.
HSL color Cylindrical-coordinate representation of color #4D41BE: hue angle of 245.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D41BE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 65 | 190 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.25 |
| HSL | 245.76º | 0.49% | 0.5% | - |
| HSV(B) | 245.76º | 0.66% | 0.75% | - |
| XYZ | 14.25 | 9.08 | 49.72 | - |
| YUV | 82.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 190 | 0.59 | 0.66 | 0 | 0.25 | 245.76 | 0.49 | 0.5 |
| Hex | 4D | 41 | BE | 3B | 42 | 0 | 19 | F6 | 31 | 32 |
| Octal | 115 | 101 | 276 | 73 | 102 | 0 | 31 | 366 | 61 | 62 |
| Binary | 1001101 | 1000001 | 10111110 | 111011 | 1000010 | 0 | 11001 | 11110110 | 110001 | 110010 |
Color Harmonies of #4D41BE
Complementary color
Monochromatic Colors of #4D41BE
Black with #4D41BE
Text Example
Text Example
White with #4D41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41BE; }
p { color: rgb(77,65,190); }
H1.HeaderClassName
{
color: #4D41BE;
}
.AnyTagClassName
{
color: #4D41BE;
}
</style>
background-color css
<style>
a { background-color: #4D41BE; }
a { background-color: rgb(77,65,190); }
div.DivClassName
{
background-color: #4D41BE;
}
.BgClassName
{
background-color: #4D41BE;
}
</style>
border-color css
<style>
span { border-color: #4D41BE; }
span { border-color: rgb(77,65,190); }
td.TdClassName
{
border-color: #4D41BE;
}
.TagClassName
{
border-color: #4D41BE;
}
</style>