Shades of Free Speech Blue #4E4FDB
Tints of Free Speech Blue #4E4FDB
RGB
CMYK
RGB Variations
Color information
#4E4FDB (or 0x4E4FDB) is known color: Free Speech Blue. HEX triplet: 4E, 4F and DB. RGB value is (78,79,219). Sum of RGB (Red+Green+Blue) = 78+79+219=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FDB is #B1B024. Grayscale: #5E5E5E. Windows color (decimal): -11644965 or 14372686. OLE color: 14372686.
HSL color Cylindrical-coordinate representation of color #4E4FDB: hue angle of 239.57º 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 #4E4FDB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 79 | 219 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.14 |
| HSL | 239.57º | 0.66% | 0.58% | - |
| HSV(B) | 239.57º | 0.64% | 0.86% | - |
| XYZ | 18.72 | 12.33 | 68.41 | - |
| YUV | 94.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 219 | 0.64 | 0.64 | 0 | 0.14 | 239.57 | 0.66 | 0.58 |
| Hex | 4E | 4F | DB | 40 | 40 | 0 | E | F0 | 42 | 3A |
| Octal | 116 | 117 | 333 | 100 | 100 | 0 | 16 | 360 | 102 | 72 |
| Binary | 1001110 | 1001111 | 11011011 | 1000000 | 1000000 | 0 | 1110 | 11110000 | 1000010 | 111010 |
Color Harmonies of #4E4FDB
Complementary color
Monochromatic Colors of #4E4FDB
Black with #4E4FDB
Text Example
Text Example
White with #4E4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FDB; }
p { color: rgb(78,79,219); }
H1.HeaderClassName
{
color: #4E4FDB;
}
.AnyTagClassName
{
color: #4E4FDB;
}
</style>
background-color css
<style>
a { background-color: #4E4FDB; }
a { background-color: rgb(78,79,219); }
div.DivClassName
{
background-color: #4E4FDB;
}
.BgClassName
{
background-color: #4E4FDB;
}
</style>
border-color css
<style>
span { border-color: #4E4FDB; }
span { border-color: rgb(78,79,219); }
td.TdClassName
{
border-color: #4E4FDB;
}
.TagClassName
{
border-color: #4E4FDB;
}
</style>