Shades of Free Speech Blue #4E4EDB
Tints of Free Speech Blue #4E4EDB
RGB
CMYK
RGB Variations
Color information
#4E4EDB (or 0x4E4EDB) is known color: Free Speech Blue. HEX triplet: 4E, 4E and DB. RGB value is (78,78,219). Sum of RGB (Red+Green+Blue) = 78+78+219=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EDB is #B1B124. Grayscale: #5D5D5D. Windows color (decimal): -11645221 or 14372430. OLE color: 14372430.
HSL color Cylindrical-coordinate representation of color #4E4EDB: hue angle of 240º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E4EDB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 78 | 219 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.14 |
| HSL | 240º | 0.66% | 0.58% | - |
| HSV(B) | 240º | 0.64% | 0.86% | - |
| XYZ | 18.65 | 12.18 | 68.39 | - |
| YUV | 94.07 | 198.5 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 219 | 0.64 | 0.64 | 0 | 0.14 | 240 | 0.66 | 0.58 |
| Hex | 4E | 4E | DB | 40 | 40 | 0 | E | F0 | 42 | 3A |
| Octal | 116 | 116 | 333 | 100 | 100 | 0 | 16 | 360 | 102 | 72 |
| Binary | 1001110 | 1001110 | 11011011 | 1000000 | 1000000 | 0 | 1110 | 11110000 | 1000010 | 111010 |
Color Harmonies of #4E4EDB
Complementary color
Monochromatic Colors of #4E4EDB
Black with #4E4EDB
Text Example
Text Example
White with #4E4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4EDB; }
p { color: rgb(78,78,219); }
H1.HeaderClassName
{
color: #4E4EDB;
}
.AnyTagClassName
{
color: #4E4EDB;
}
</style>
background-color css
<style>
a { background-color: #4E4EDB; }
a { background-color: rgb(78,78,219); }
div.DivClassName
{
background-color: #4E4EDB;
}
.BgClassName
{
background-color: #4E4EDB;
}
</style>
border-color css
<style>
span { border-color: #4E4EDB; }
span { border-color: rgb(78,78,219); }
td.TdClassName
{
border-color: #4E4EDB;
}
.TagClassName
{
border-color: #4E4EDB;
}
</style>