Shades of Free Speech Blue #4E5BBC
Tints of Free Speech Blue #4E5BBC
RGB
CMYK
RGB Variations
Color information
#4E5BBC (or 0x4E5BBC) is known color: Free Speech Blue. HEX triplet: 4E, 5B and BC. RGB value is (78,91,188). Sum of RGB (Red+Green+Blue) = 78+91+188=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5BBC is #B1A443. Grayscale: #616161. Windows color (decimal): -11641924 or 12344142. OLE color: 12344142.
HSL color Cylindrical-coordinate representation of color #4E5BBC: hue angle of 232.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5BBC is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 91 | 188 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.26 |
| HSL | 232.91º | 0.45% | 0.52% | - |
| HSV(B) | 232.91º | 0.59% | 0.74% | - |
| XYZ | 15.96 | 12.73 | 49.19 | - |
| YUV | 98.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 188 | 0.59 | 0.52 | 0 | 0.26 | 232.91 | 0.45 | 0.52 |
| Hex | 4E | 5B | BC | 3B | 34 | 0 | 1A | E9 | 2D | 34 |
| Octal | 116 | 133 | 274 | 73 | 64 | 0 | 32 | 351 | 55 | 64 |
| Binary | 1001110 | 1011011 | 10111100 | 111011 | 110100 | 0 | 11010 | 11101001 | 101101 | 110100 |
Color Harmonies of #4E5BBC
Complementary color
Monochromatic Colors of #4E5BBC
Black with #4E5BBC
Text Example
Text Example
White with #4E5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BBC; }
p { color: rgb(78,91,188); }
H1.HeaderClassName
{
color: #4E5BBC;
}
.AnyTagClassName
{
color: #4E5BBC;
}
</style>
background-color css
<style>
a { background-color: #4E5BBC; }
a { background-color: rgb(78,91,188); }
div.DivClassName
{
background-color: #4E5BBC;
}
.BgClassName
{
background-color: #4E5BBC;
}
</style>
border-color css
<style>
span { border-color: #4E5BBC; }
span { border-color: rgb(78,91,188); }
td.TdClassName
{
border-color: #4E5BBC;
}
.TagClassName
{
border-color: #4E5BBC;
}
</style>