Shades of Free Speech Blue #4E4EC3
Tints of Free Speech Blue #4E4EC3
RGB
CMYK
RGB Variations
Color information
#4E4EC3 (or 0x4E4EC3) is known color: Free Speech Blue. HEX triplet: 4E, 4E and C3. RGB value is (78,78,195). Sum of RGB (Red+Green+Blue) = 78+78+195=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E4EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EC3 is #B1B13C. Grayscale: #5A5A5A. Windows color (decimal): -11645245 or 12799566. OLE color: 12799566.
HSL color Cylindrical-coordinate representation of color #4E4EC3: hue angle of 240º 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 #4E4EC3 is Cyan = 0.6, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 78 | 195 | - |
| CMYK | 0.6 | 0.6 | 0 | 0.24 |
| HSL | 240º | 0.49% | 0.54% | - |
| HSV(B) | 240º | 0.6% | 0.76% | - |
| XYZ | 15.72 | 11.01 | 52.93 | - |
| YUV | 91.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 195 | 0.6 | 0.6 | 0 | 0.24 | 240 | 0.49 | 0.54 |
| Hex | 4E | 4E | C3 | 3C | 3C | 0 | 18 | F0 | 31 | 36 |
| Octal | 116 | 116 | 303 | 74 | 74 | 0 | 30 | 360 | 61 | 66 |
| Binary | 1001110 | 1001110 | 11000011 | 111100 | 111100 | 0 | 11000 | 11110000 | 110001 | 110110 |
Color Harmonies of #4E4EC3
Complementary color
Monochromatic Colors of #4E4EC3
Black with #4E4EC3
Text Example
Text Example
White with #4E4EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4EC3; }
p { color: rgb(78,78,195); }
H1.HeaderClassName
{
color: #4E4EC3;
}
.AnyTagClassName
{
color: #4E4EC3;
}
</style>
background-color css
<style>
a { background-color: #4E4EC3; }
a { background-color: rgb(78,78,195); }
div.DivClassName
{
background-color: #4E4EC3;
}
.BgClassName
{
background-color: #4E4EC3;
}
</style>
border-color css
<style>
span { border-color: #4E4EC3; }
span { border-color: rgb(78,78,195); }
td.TdClassName
{
border-color: #4E4EC3;
}
.TagClassName
{
border-color: #4E4EC3;
}
</style>