Shades of Free Speech Blue #4E59BA
Tints of Free Speech Blue #4E59BA
RGB
CMYK
RGB Variations
Color information
#4E59BA (or 0x4E59BA) is known color: Free Speech Blue. HEX triplet: 4E, 59 and BA. RGB value is (78,89,186). Sum of RGB (Red+Green+Blue) = 78+89+186=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E59BA is #B1A645. Grayscale: #606060. Windows color (decimal): -11642438 or 12212558. OLE color: 12212558.
HSL color Cylindrical-coordinate representation of color #4E59BA: hue angle of 233.89º 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 #4E59BA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 89 | 186 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.27 |
| HSL | 233.89º | 0.44% | 0.52% | - |
| HSV(B) | 233.89º | 0.58% | 0.73% | - |
| XYZ | 15.58 | 12.31 | 48.01 | - |
| YUV | 96.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 186 | 0.58 | 0.52 | 0 | 0.27 | 233.89 | 0.44 | 0.52 |
| Hex | 4E | 59 | BA | 3A | 34 | 0 | 1B | EA | 2C | 34 |
| Octal | 116 | 131 | 272 | 72 | 64 | 0 | 33 | 352 | 54 | 64 |
| Binary | 1001110 | 1011001 | 10111010 | 111010 | 110100 | 0 | 11011 | 11101010 | 101100 | 110100 |
Color Harmonies of #4E59BA
Complementary color
Monochromatic Colors of #4E59BA
Black with #4E59BA
Text Example
Text Example
White with #4E59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E59BA; }
p { color: rgb(78,89,186); }
H1.HeaderClassName
{
color: #4E59BA;
}
.AnyTagClassName
{
color: #4E59BA;
}
</style>
background-color css
<style>
a { background-color: #4E59BA; }
a { background-color: rgb(78,89,186); }
div.DivClassName
{
background-color: #4E59BA;
}
.BgClassName
{
background-color: #4E59BA;
}
</style>
border-color css
<style>
span { border-color: #4E59BA; }
span { border-color: rgb(78,89,186); }
td.TdClassName
{
border-color: #4E59BA;
}
.TagClassName
{
border-color: #4E59BA;
}
</style>