Shades of Free Speech Blue #4D5EBA
Tints of Free Speech Blue #4D5EBA
RGB
CMYK
RGB Variations
Color information
#4D5EBA (or 0x4D5EBA) is known color: Free Speech Blue. HEX triplet: 4D, 5E and BA. RGB value is (77,94,186). Sum of RGB (Red+Green+Blue) = 77+94+186=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5EBA is #B2A145. Grayscale: #636363. Windows color (decimal): -11706694 or 12213837. OLE color: 12213837.
HSL color Cylindrical-coordinate representation of color #4D5EBA: hue angle of 230.64º 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 #4D5EBA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 94 | 186 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.27 |
| HSL | 230.64º | 0.44% | 0.52% | - |
| HSV(B) | 230.64º | 0.59% | 0.73% | - |
| XYZ | 15.93 | 13.13 | 48.15 | - |
| YUV | 99.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 186 | 0.59 | 0.49 | 0 | 0.27 | 230.64 | 0.44 | 0.52 |
| Hex | 4D | 5E | BA | 3B | 31 | 0 | 1B | E7 | 2C | 34 |
| Octal | 115 | 136 | 272 | 73 | 61 | 0 | 33 | 347 | 54 | 64 |
| Binary | 1001101 | 1011110 | 10111010 | 111011 | 110001 | 0 | 11011 | 11100111 | 101100 | 110100 |
Color Harmonies of #4D5EBA
Complementary color
Monochromatic Colors of #4D5EBA
Black with #4D5EBA
Text Example
Text Example
White with #4D5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5EBA; }
p { color: rgb(77,94,186); }
H1.HeaderClassName
{
color: #4D5EBA;
}
.AnyTagClassName
{
color: #4D5EBA;
}
</style>
background-color css
<style>
a { background-color: #4D5EBA; }
a { background-color: rgb(77,94,186); }
div.DivClassName
{
background-color: #4D5EBA;
}
.BgClassName
{
background-color: #4D5EBA;
}
</style>
border-color css
<style>
span { border-color: #4D5EBA; }
span { border-color: rgb(77,94,186); }
td.TdClassName
{
border-color: #4D5EBA;
}
.TagClassName
{
border-color: #4D5EBA;
}
</style>