Shades of Free Speech Blue #4E65BA
Tints of Free Speech Blue #4E65BA
RGB
CMYK
RGB Variations
Color information
#4E65BA (or 0x4E65BA) is known color: Free Speech Blue. HEX triplet: 4E, 65 and BA. RGB value is (78,101,186). Sum of RGB (Red+Green+Blue) = 78+101+186=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E65BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65BA is #B19A45. Grayscale: #676767. Windows color (decimal): -11639366 or 12215630. OLE color: 12215630.
HSL color Cylindrical-coordinate representation of color #4E65BA: hue angle of 227.22º 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 #4E65BA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 101 | 186 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.27 |
| HSL | 227.22º | 0.44% | 0.52% | - |
| HSV(B) | 227.22º | 0.58% | 0.73% | - |
| XYZ | 16.66 | 14.47 | 48.37 | - |
| YUV | 103.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 186 | 0.58 | 0.46 | 0 | 0.27 | 227.22 | 0.44 | 0.52 |
| Hex | 4E | 65 | BA | 3A | 2E | 0 | 1B | E3 | 2C | 34 |
| Octal | 116 | 145 | 272 | 72 | 56 | 0 | 33 | 343 | 54 | 64 |
| Binary | 1001110 | 1100101 | 10111010 | 111010 | 101110 | 0 | 11011 | 11100011 | 101100 | 110100 |
Color Harmonies of #4E65BA
Complementary color
Monochromatic Colors of #4E65BA
Black with #4E65BA
Text Example
Text Example
White with #4E65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E65BA; }
p { color: rgb(78,101,186); }
H1.HeaderClassName
{
color: #4E65BA;
}
.AnyTagClassName
{
color: #4E65BA;
}
</style>
background-color css
<style>
a { background-color: #4E65BA; }
a { background-color: rgb(78,101,186); }
div.DivClassName
{
background-color: #4E65BA;
}
.BgClassName
{
background-color: #4E65BA;
}
</style>
border-color css
<style>
span { border-color: #4E65BA; }
span { border-color: rgb(78,101,186); }
td.TdClassName
{
border-color: #4E65BA;
}
.TagClassName
{
border-color: #4E65BA;
}
</style>