Shades of Free Speech Blue #4E4BDB
Tints of Free Speech Blue #4E4BDB
RGB
CMYK
RGB Variations
Color information
#4E4BDB (or 0x4E4BDB) is known color: Free Speech Blue. HEX triplet: 4E, 4B and DB. RGB value is (78,75,219). Sum of RGB (Red+Green+Blue) = 78+75+219=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BDB is #B1B424. Grayscale: #5B5B5B. Windows color (decimal): -11645989 or 14371662. OLE color: 14371662.
HSL color Cylindrical-coordinate representation of color #4E4BDB: hue angle of 241.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E4BDB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 75 | 219 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.14 |
| HSL | 241.25º | 0.67% | 0.58% | - |
| HSV(B) | 241.25º | 0.66% | 0.86% | - |
| XYZ | 18.44 | 11.77 | 68.32 | - |
| YUV | 92.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 219 | 0.64 | 0.66 | 0 | 0.14 | 241.25 | 0.67 | 0.58 |
| Hex | 4E | 4B | DB | 40 | 42 | 0 | E | F1 | 43 | 3A |
| Octal | 116 | 113 | 333 | 100 | 102 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1001110 | 1001011 | 11011011 | 1000000 | 1000010 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #4E4BDB
Complementary color
Monochromatic Colors of #4E4BDB
Black with #4E4BDB
Text Example
Text Example
White with #4E4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BDB; }
p { color: rgb(78,75,219); }
H1.HeaderClassName
{
color: #4E4BDB;
}
.AnyTagClassName
{
color: #4E4BDB;
}
</style>
background-color css
<style>
a { background-color: #4E4BDB; }
a { background-color: rgb(78,75,219); }
div.DivClassName
{
background-color: #4E4BDB;
}
.BgClassName
{
background-color: #4E4BDB;
}
</style>
border-color css
<style>
span { border-color: #4E4BDB; }
span { border-color: rgb(78,75,219); }
td.TdClassName
{
border-color: #4E4BDB;
}
.TagClassName
{
border-color: #4E4BDB;
}
</style>