Shades of Free Speech Blue #4D57BA
Tints of Free Speech Blue #4D57BA
RGB
CMYK
RGB Variations
Color information
#4D57BA (or 0x4D57BA) is known color: Free Speech Blue. HEX triplet: 4D, 57 and BA. RGB value is (77,87,186). Sum of RGB (Red+Green+Blue) = 77+87+186=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D57BA is #B2A845. Grayscale: #5E5E5E. Windows color (decimal): -11708486 or 12212045. OLE color: 12212045.
HSL color Cylindrical-coordinate representation of color #4D57BA: hue angle of 234.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D57BA is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 87 | 186 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.27 |
| HSL | 234.5º | 0.44% | 0.52% | - |
| HSV(B) | 234.5º | 0.59% | 0.73% | - |
| XYZ | 15.33 | 11.94 | 47.95 | - |
| YUV | 95.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 186 | 0.59 | 0.53 | 0 | 0.27 | 234.5 | 0.44 | 0.52 |
| Hex | 4D | 57 | BA | 3B | 35 | 0 | 1B | EA | 2C | 34 |
| Octal | 115 | 127 | 272 | 73 | 65 | 0 | 33 | 352 | 54 | 64 |
| Binary | 1001101 | 1010111 | 10111010 | 111011 | 110101 | 0 | 11011 | 11101010 | 101100 | 110100 |
Color Harmonies of #4D57BA
Complementary color
Monochromatic Colors of #4D57BA
Black with #4D57BA
Text Example
Text Example
White with #4D57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D57BA; }
p { color: rgb(77,87,186); }
H1.HeaderClassName
{
color: #4D57BA;
}
.AnyTagClassName
{
color: #4D57BA;
}
</style>
background-color css
<style>
a { background-color: #4D57BA; }
a { background-color: rgb(77,87,186); }
div.DivClassName
{
background-color: #4D57BA;
}
.BgClassName
{
background-color: #4D57BA;
}
</style>
border-color css
<style>
span { border-color: #4D57BA; }
span { border-color: rgb(77,87,186); }
td.TdClassName
{
border-color: #4D57BA;
}
.TagClassName
{
border-color: #4D57BA;
}
</style>