Shades of Free Speech Blue #4D49BD
Tints of Free Speech Blue #4D49BD
RGB
CMYK
RGB Variations
Color information
#4D49BD (or 0x4D49BD) is known color: Free Speech Blue. HEX triplet: 4D, 49 and BD. RGB value is (77,73,189). Sum of RGB (Red+Green+Blue) = 77+73+189=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D49BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BD is #B2B642. Grayscale: #565656. Windows color (decimal): -11712067 or 12405069. OLE color: 12405069.
HSL color Cylindrical-coordinate representation of color #4D49BD: hue angle of 242.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D49BD is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 73 | 189 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.26 |
| HSL | 242.07º | 0.47% | 0.51% | - |
| HSV(B) | 242.07º | 0.61% | 0.74% | - |
| XYZ | 14.63 | 10.02 | 49.31 | - |
| YUV | 87.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 189 | 0.59 | 0.61 | 0 | 0.26 | 242.07 | 0.47 | 0.51 |
| Hex | 4D | 49 | BD | 3B | 3D | 0 | 1A | F2 | 2F | 33 |
| Octal | 115 | 111 | 275 | 73 | 75 | 0 | 32 | 362 | 57 | 63 |
| Binary | 1001101 | 1001001 | 10111101 | 111011 | 111101 | 0 | 11010 | 11110010 | 101111 | 110011 |
Color Harmonies of #4D49BD
Complementary color
Monochromatic Colors of #4D49BD
Black with #4D49BD
Text Example
Text Example
White with #4D49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49BD; }
p { color: rgb(77,73,189); }
H1.HeaderClassName
{
color: #4D49BD;
}
.AnyTagClassName
{
color: #4D49BD;
}
</style>
background-color css
<style>
a { background-color: #4D49BD; }
a { background-color: rgb(77,73,189); }
div.DivClassName
{
background-color: #4D49BD;
}
.BgClassName
{
background-color: #4D49BD;
}
</style>
border-color css
<style>
span { border-color: #4D49BD; }
span { border-color: rgb(77,73,189); }
td.TdClassName
{
border-color: #4D49BD;
}
.TagClassName
{
border-color: #4D49BD;
}
</style>