Shades of Free Speech Blue #4E5DBA
Tints of Free Speech Blue #4E5DBA
RGB
CMYK
RGB Variations
Color information
#4E5DBA (or 0x4E5DBA) is known color: Free Speech Blue. HEX triplet: 4E, 5D and BA. RGB value is (78,93,186). Sum of RGB (Red+Green+Blue) = 78+93+186=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DBA is #B1A245. Grayscale: #626262. Windows color (decimal): -11641414 or 12213582. OLE color: 12213582.
HSL color Cylindrical-coordinate representation of color #4E5DBA: hue angle of 231.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5DBA is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 93 | 186 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.27 |
| HSL | 231.67º | 0.44% | 0.52% | - |
| HSV(B) | 231.67º | 0.58% | 0.73% | - |
| XYZ | 15.92 | 12.99 | 48.12 | - |
| YUV | 99.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 186 | 0.58 | 0.5 | 0 | 0.27 | 231.67 | 0.44 | 0.52 |
| Hex | 4E | 5D | BA | 3A | 32 | 0 | 1B | E8 | 2C | 34 |
| Octal | 116 | 135 | 272 | 72 | 62 | 0 | 33 | 350 | 54 | 64 |
| Binary | 1001110 | 1011101 | 10111010 | 111010 | 110010 | 0 | 11011 | 11101000 | 101100 | 110100 |
Color Harmonies of #4E5DBA
Complementary color
Monochromatic Colors of #4E5DBA
Black with #4E5DBA
Text Example
Text Example
White with #4E5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DBA; }
p { color: rgb(78,93,186); }
H1.HeaderClassName
{
color: #4E5DBA;
}
.AnyTagClassName
{
color: #4E5DBA;
}
</style>
background-color css
<style>
a { background-color: #4E5DBA; }
a { background-color: rgb(78,93,186); }
div.DivClassName
{
background-color: #4E5DBA;
}
.BgClassName
{
background-color: #4E5DBA;
}
</style>
border-color css
<style>
span { border-color: #4E5DBA; }
span { border-color: rgb(78,93,186); }
td.TdClassName
{
border-color: #4E5DBA;
}
.TagClassName
{
border-color: #4E5DBA;
}
</style>