Shades of Free Speech Blue #4E67BA
Tints of Free Speech Blue #4E67BA
RGB
CMYK
RGB Variations
Color information
#4E67BA (or 0x4E67BA) is known color: Free Speech Blue. HEX triplet: 4E, 67 and BA. RGB value is (78,103,186). Sum of RGB (Red+Green+Blue) = 78+103+186=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E67BA is #B19845. Grayscale: #686868. Windows color (decimal): -11638854 or 12216142. OLE color: 12216142.
HSL color Cylindrical-coordinate representation of color #4E67BA: hue angle of 226.11º 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 #4E67BA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 103 | 186 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.27 |
| HSL | 226.11º | 0.44% | 0.52% | - |
| HSV(B) | 226.11º | 0.58% | 0.73% | - |
| XYZ | 16.86 | 14.87 | 48.44 | - |
| YUV | 104.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 186 | 0.58 | 0.45 | 0 | 0.27 | 226.11 | 0.44 | 0.52 |
| Hex | 4E | 67 | BA | 3A | 2D | 0 | 1B | E2 | 2C | 34 |
| Octal | 116 | 147 | 272 | 72 | 55 | 0 | 33 | 342 | 54 | 64 |
| Binary | 1001110 | 1100111 | 10111010 | 111010 | 101101 | 0 | 11011 | 11100010 | 101100 | 110100 |
Color Harmonies of #4E67BA
Complementary color
Monochromatic Colors of #4E67BA
Black with #4E67BA
Text Example
Text Example
White with #4E67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E67BA; }
p { color: rgb(78,103,186); }
H1.HeaderClassName
{
color: #4E67BA;
}
.AnyTagClassName
{
color: #4E67BA;
}
</style>
background-color css
<style>
a { background-color: #4E67BA; }
a { background-color: rgb(78,103,186); }
div.DivClassName
{
background-color: #4E67BA;
}
.BgClassName
{
background-color: #4E67BA;
}
</style>
border-color css
<style>
span { border-color: #4E67BA; }
span { border-color: rgb(78,103,186); }
td.TdClassName
{
border-color: #4E67BA;
}
.TagClassName
{
border-color: #4E67BA;
}
</style>