Shades of Free Speech Blue #4D55B9
Tints of Free Speech Blue #4D55B9
RGB
CMYK
RGB Variations
Color information
#4D55B9 (or 0x4D55B9) is known color: Free Speech Blue. HEX triplet: 4D, 55 and B9. RGB value is (77,85,185). Sum of RGB (Red+Green+Blue) = 77+85+185=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D55B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55B9 is #B2AA46. Grayscale: #5D5D5D. Windows color (decimal): -11708999 or 12145997. OLE color: 12145997.
HSL color Cylindrical-coordinate representation of color #4D55B9: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D55B9 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 85 | 185 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.27 |
| HSL | 235.56º | 0.44% | 0.51% | - |
| HSV(B) | 235.56º | 0.58% | 0.73% | - |
| XYZ | 15.07 | 11.58 | 47.34 | - |
| YUV | 94.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 185 | 0.58 | 0.54 | 0 | 0.27 | 235.56 | 0.44 | 0.51 |
| Hex | 4D | 55 | B9 | 3A | 36 | 0 | 1B | EC | 2C | 33 |
| Octal | 115 | 125 | 271 | 72 | 66 | 0 | 33 | 354 | 54 | 63 |
| Binary | 1001101 | 1010101 | 10111001 | 111010 | 110110 | 0 | 11011 | 11101100 | 101100 | 110011 |
Color Harmonies of #4D55B9
Complementary color
Monochromatic Colors of #4D55B9
Black with #4D55B9
Text Example
Text Example
White with #4D55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55B9; }
p { color: rgb(77,85,185); }
H1.HeaderClassName
{
color: #4D55B9;
}
.AnyTagClassName
{
color: #4D55B9;
}
</style>
background-color css
<style>
a { background-color: #4D55B9; }
a { background-color: rgb(77,85,185); }
div.DivClassName
{
background-color: #4D55B9;
}
.BgClassName
{
background-color: #4D55B9;
}
</style>
border-color css
<style>
span { border-color: #4D55B9; }
span { border-color: rgb(77,85,185); }
td.TdClassName
{
border-color: #4D55B9;
}
.TagClassName
{
border-color: #4D55B9;
}
</style>