Shades of Free Speech Blue #4D57BE
Tints of Free Speech Blue #4D57BE
RGB
CMYK
RGB Variations
Color information
#4D57BE (or 0x4D57BE) is known color: Free Speech Blue. HEX triplet: 4D, 57 and BE. RGB value is (77,87,190). Sum of RGB (Red+Green+Blue) = 77+87+190=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D57BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D57BE is #B2A841. Grayscale: #5F5F5F. Windows color (decimal): -11708482 or 12474189. OLE color: 12474189.
HSL color Cylindrical-coordinate representation of color #4D57BE: hue angle of 234.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D57BE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 87 | 190 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.25 |
| HSL | 234.69º | 0.47% | 0.52% | - |
| HSV(B) | 234.69º | 0.59% | 0.75% | - |
| XYZ | 15.76 | 12.11 | 50.22 | - |
| YUV | 95.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 190 | 0.59 | 0.54 | 0 | 0.25 | 234.69 | 0.47 | 0.52 |
| Hex | 4D | 57 | BE | 3B | 36 | 0 | 19 | EB | 2F | 34 |
| Octal | 115 | 127 | 276 | 73 | 66 | 0 | 31 | 353 | 57 | 64 |
| Binary | 1001101 | 1010111 | 10111110 | 111011 | 110110 | 0 | 11001 | 11101011 | 101111 | 110100 |
Color Harmonies of #4D57BE
Complementary color
Monochromatic Colors of #4D57BE
Black with #4D57BE
Text Example
Text Example
White with #4D57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D57BE; }
p { color: rgb(77,87,190); }
H1.HeaderClassName
{
color: #4D57BE;
}
.AnyTagClassName
{
color: #4D57BE;
}
</style>
background-color css
<style>
a { background-color: #4D57BE; }
a { background-color: rgb(77,87,190); }
div.DivClassName
{
background-color: #4D57BE;
}
.BgClassName
{
background-color: #4D57BE;
}
</style>
border-color css
<style>
span { border-color: #4D57BE; }
span { border-color: rgb(77,87,190); }
td.TdClassName
{
border-color: #4D57BE;
}
.TagClassName
{
border-color: #4D57BE;
}
</style>