Shades of Free Speech Blue #4E58C9
Tints of Free Speech Blue #4E58C9
RGB
CMYK
RGB Variations
Color information
#4E58C9 (or 0x4E58C9) is known color: Free Speech Blue. HEX triplet: 4E, 58 and C9. RGB value is (78,88,201). Sum of RGB (Red+Green+Blue) = 78+88+201=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #4E58C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58C9 is #B1A736. Grayscale: #616161. Windows color (decimal): -11642679 or 13195342. OLE color: 13195342.
HSL color Cylindrical-coordinate representation of color #4E58C9: hue angle of 235.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E58C9 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 88 | 201 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.21 |
| HSL | 235.12º | 0.53% | 0.55% | - |
| HSV(B) | 235.12º | 0.61% | 0.79% | - |
| XYZ | 17.17 | 12.82 | 56.83 | - |
| YUV | 97.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 201 | 0.61 | 0.56 | 0 | 0.21 | 235.12 | 0.53 | 0.55 |
| Hex | 4E | 58 | C9 | 3D | 38 | 0 | 15 | EB | 35 | 37 |
| Octal | 116 | 130 | 311 | 75 | 70 | 0 | 25 | 353 | 65 | 67 |
| Binary | 1001110 | 1011000 | 11001001 | 111101 | 111000 | 0 | 10101 | 11101011 | 110101 | 110111 |
Color Harmonies of #4E58C9
Complementary color
Monochromatic Colors of #4E58C9
Black with #4E58C9
Text Example
Text Example
White with #4E58C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E58C9; }
p { color: rgb(78,88,201); }
H1.HeaderClassName
{
color: #4E58C9;
}
.AnyTagClassName
{
color: #4E58C9;
}
</style>
background-color css
<style>
a { background-color: #4E58C9; }
a { background-color: rgb(78,88,201); }
div.DivClassName
{
background-color: #4E58C9;
}
.BgClassName
{
background-color: #4E58C9;
}
</style>
border-color css
<style>
span { border-color: #4E58C9; }
span { border-color: rgb(78,88,201); }
td.TdClassName
{
border-color: #4E58C9;
}
.TagClassName
{
border-color: #4E58C9;
}
</style>