Shades of Free Speech Blue #4E5FBB
Tints of Free Speech Blue #4E5FBB
RGB
CMYK
RGB Variations
Color information
#4E5FBB (or 0x4E5FBB) is known color: Free Speech Blue. HEX triplet: 4E, 5F and BB. RGB value is (78,95,187). Sum of RGB (Red+Green+Blue) = 78+95+187=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E5FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FBB is #B1A044. Grayscale: #646464. Windows color (decimal): -11640901 or 12279630. OLE color: 12279630.
HSL color Cylindrical-coordinate representation of color #4E5FBB: hue angle of 230.64º 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 #4E5FBB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 95 | 187 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.27 |
| HSL | 230.64º | 0.44% | 0.52% | - |
| HSV(B) | 230.64º | 0.58% | 0.73% | - |
| XYZ | 16.2 | 13.39 | 48.74 | - |
| YUV | 100.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 187 | 0.58 | 0.49 | 0 | 0.27 | 230.64 | 0.44 | 0.52 |
| Hex | 4E | 5F | BB | 3A | 31 | 0 | 1B | E7 | 2C | 34 |
| Octal | 116 | 137 | 273 | 72 | 61 | 0 | 33 | 347 | 54 | 64 |
| Binary | 1001110 | 1011111 | 10111011 | 111010 | 110001 | 0 | 11011 | 11100111 | 101100 | 110100 |
Color Harmonies of #4E5FBB
Complementary color
Monochromatic Colors of #4E5FBB
Black with #4E5FBB
Text Example
Text Example
White with #4E5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FBB; }
p { color: rgb(78,95,187); }
H1.HeaderClassName
{
color: #4E5FBB;
}
.AnyTagClassName
{
color: #4E5FBB;
}
</style>
background-color css
<style>
a { background-color: #4E5FBB; }
a { background-color: rgb(78,95,187); }
div.DivClassName
{
background-color: #4E5FBB;
}
.BgClassName
{
background-color: #4E5FBB;
}
</style>
border-color css
<style>
span { border-color: #4E5FBB; }
span { border-color: rgb(78,95,187); }
td.TdClassName
{
border-color: #4E5FBB;
}
.TagClassName
{
border-color: #4E5FBB;
}
</style>