Shades of Free Speech Blue #4E4CDB
Tints of Free Speech Blue #4E4CDB
RGB
CMYK
RGB Variations
Color information
#4E4CDB (or 0x4E4CDB) is known color: Free Speech Blue. HEX triplet: 4E, 4C and DB. RGB value is (78,76,219). Sum of RGB (Red+Green+Blue) = 78+76+219=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CDB is #B1B324. Grayscale: #5C5C5C. Windows color (decimal): -11645733 or 14371918. OLE color: 14371918.
HSL color Cylindrical-coordinate representation of color #4E4CDB: hue angle of 240.84º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4CDB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 76 | 219 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.14 |
| HSL | 240.84º | 0.67% | 0.58% | - |
| HSV(B) | 240.84º | 0.65% | 0.86% | - |
| XYZ | 18.51 | 11.9 | 68.34 | - |
| YUV | 92.9 | 199.16 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 219 | 0.64 | 0.65 | 0 | 0.14 | 240.84 | 0.67 | 0.58 |
| Hex | 4E | 4C | DB | 40 | 41 | 0 | E | F1 | 43 | 3A |
| Octal | 116 | 114 | 333 | 100 | 101 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1001110 | 1001100 | 11011011 | 1000000 | 1000001 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #4E4CDB
Complementary color
Monochromatic Colors of #4E4CDB
Black with #4E4CDB
Text Example
Text Example
White with #4E4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CDB; }
p { color: rgb(78,76,219); }
H1.HeaderClassName
{
color: #4E4CDB;
}
.AnyTagClassName
{
color: #4E4CDB;
}
</style>
background-color css
<style>
a { background-color: #4E4CDB; }
a { background-color: rgb(78,76,219); }
div.DivClassName
{
background-color: #4E4CDB;
}
.BgClassName
{
background-color: #4E4CDB;
}
</style>
border-color css
<style>
span { border-color: #4E4CDB; }
span { border-color: rgb(78,76,219); }
td.TdClassName
{
border-color: #4E4CDB;
}
.TagClassName
{
border-color: #4E4CDB;
}
</style>