Shades of Free Speech Blue #4E57BA
Tints of Free Speech Blue #4E57BA
RGB
CMYK
RGB Variations
Color information
#4E57BA (or 0x4E57BA) is known color: Free Speech Blue. HEX triplet: 4E, 57 and BA. RGB value is (78,87,186). Sum of RGB (Red+Green+Blue) = 78+87+186=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E57BA is #B1A845. Grayscale: #5F5F5F. Windows color (decimal): -11642950 or 12212046. OLE color: 12212046.
HSL color Cylindrical-coordinate representation of color #4E57BA: hue angle of 235º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E57BA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 87 | 186 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.27 |
| HSL | 235º | 0.44% | 0.52% | - |
| HSV(B) | 235º | 0.58% | 0.73% | - |
| XYZ | 15.41 | 11.98 | 47.95 | - |
| YUV | 95.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 186 | 0.58 | 0.53 | 0 | 0.27 | 235 | 0.44 | 0.52 |
| Hex | 4E | 57 | BA | 3A | 35 | 0 | 1B | EB | 2C | 34 |
| Octal | 116 | 127 | 272 | 72 | 65 | 0 | 33 | 353 | 54 | 64 |
| Binary | 1001110 | 1010111 | 10111010 | 111010 | 110101 | 0 | 11011 | 11101011 | 101100 | 110100 |
Color Harmonies of #4E57BA
Complementary color
Monochromatic Colors of #4E57BA
Black with #4E57BA
Text Example
Text Example
White with #4E57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E57BA; }
p { color: rgb(78,87,186); }
H1.HeaderClassName
{
color: #4E57BA;
}
.AnyTagClassName
{
color: #4E57BA;
}
</style>
background-color css
<style>
a { background-color: #4E57BA; }
a { background-color: rgb(78,87,186); }
div.DivClassName
{
background-color: #4E57BA;
}
.BgClassName
{
background-color: #4E57BA;
}
</style>
border-color css
<style>
span { border-color: #4E57BA; }
span { border-color: rgb(78,87,186); }
td.TdClassName
{
border-color: #4E57BA;
}
.TagClassName
{
border-color: #4E57BA;
}
</style>