Shades of Free Speech Blue #4E5DC1
Tints of Free Speech Blue #4E5DC1
RGB
CMYK
RGB Variations
Color information
#4E5DC1 (or 0x4E5DC1) is known color: Free Speech Blue. HEX triplet: 4E, 5D and C1. RGB value is (78,93,193). Sum of RGB (Red+Green+Blue) = 78+93+193=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E5DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DC1 is #B1A23E. Grayscale: #636363. Windows color (decimal): -11641407 or 12672334. OLE color: 12672334.
HSL color Cylindrical-coordinate representation of color #4E5DC1: hue angle of 232.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E5DC1 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 93 | 193 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.24 |
| HSL | 232.17º | 0.48% | 0.53% | - |
| HSV(B) | 232.17º | 0.6% | 0.76% | - |
| XYZ | 16.68 | 13.3 | 52.14 | - |
| YUV | 99.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 193 | 0.60 | 0.52 | 0 | 0.24 | 232.17 | 0.48 | 0.53 |
| Hex | 4E | 5D | C1 | 3C | 34 | 0 | 18 | E8 | 30 | 35 |
| Octal | 116 | 135 | 301 | 74 | 64 | 0 | 30 | 350 | 60 | 65 |
| Binary | 1001110 | 1011101 | 11000001 | 111100 | 110100 | 0 | 11000 | 11101000 | 110000 | 110101 |
Color Harmonies of #4E5DC1
Complementary color
Monochromatic Colors of #4E5DC1
Black with #4E5DC1
Text Example
Text Example
White with #4E5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DC1; }
p { color: rgb(78,93,193); }
H1.HeaderClassName
{
color: #4E5DC1;
}
.AnyTagClassName
{
color: #4E5DC1;
}
</style>
background-color css
<style>
a { background-color: #4E5DC1; }
a { background-color: rgb(78,93,193); }
div.DivClassName
{
background-color: #4E5DC1;
}
.BgClassName
{
background-color: #4E5DC1;
}
</style>
border-color css
<style>
span { border-color: #4E5DC1; }
span { border-color: rgb(78,93,193); }
td.TdClassName
{
border-color: #4E5DC1;
}
.TagClassName
{
border-color: #4E5DC1;
}
</style>