Shades of Free Speech Blue #4E58C3
Tints of Free Speech Blue #4E58C3
RGB
CMYK
RGB Variations
Color information
#4E58C3 (or 0x4E58C3) is known color: Free Speech Blue. HEX triplet: 4E, 58 and C3. RGB value is (78,88,195). Sum of RGB (Red+Green+Blue) = 78+88+195=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E58C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58C3 is #B1A73C. Grayscale: #606060. Windows color (decimal): -11642685 or 12802126. OLE color: 12802126.
HSL color Cylindrical-coordinate representation of color #4E58C3: hue angle of 234.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E58C3 is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 88 | 195 | - |
| CMYK | 0.6 | 0.55 | 0 | 0.24 |
| HSL | 234.87º | 0.49% | 0.54% | - |
| HSV(B) | 234.87º | 0.6% | 0.76% | - |
| XYZ | 16.48 | 12.54 | 53.18 | - |
| YUV | 97.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 195 | 0.6 | 0.55 | 0 | 0.24 | 234.87 | 0.49 | 0.54 |
| Hex | 4E | 58 | C3 | 3C | 37 | 0 | 18 | EB | 31 | 36 |
| Octal | 116 | 130 | 303 | 74 | 67 | 0 | 30 | 353 | 61 | 66 |
| Binary | 1001110 | 1011000 | 11000011 | 111100 | 110111 | 0 | 11000 | 11101011 | 110001 | 110110 |
Color Harmonies of #4E58C3
Complementary color
Monochromatic Colors of #4E58C3
Black with #4E58C3
Text Example
Text Example
White with #4E58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E58C3; }
p { color: rgb(78,88,195); }
H1.HeaderClassName
{
color: #4E58C3;
}
.AnyTagClassName
{
color: #4E58C3;
}
</style>
background-color css
<style>
a { background-color: #4E58C3; }
a { background-color: rgb(78,88,195); }
div.DivClassName
{
background-color: #4E58C3;
}
.BgClassName
{
background-color: #4E58C3;
}
</style>
border-color css
<style>
span { border-color: #4E58C3; }
span { border-color: rgb(78,88,195); }
td.TdClassName
{
border-color: #4E58C3;
}
.TagClassName
{
border-color: #4E58C3;
}
</style>