Shades of Free Speech Blue #4E5CBC
Tints of Free Speech Blue #4E5CBC
RGB
CMYK
RGB Variations
Color information
#4E5CBC (or 0x4E5CBC) is known color: Free Speech Blue. HEX triplet: 4E, 5C and BC. RGB value is (78,92,188). Sum of RGB (Red+Green+Blue) = 78+92+188=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E5CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CBC is #B1A343. Grayscale: #626262. Windows color (decimal): -11641668 or 12344398. OLE color: 12344398.
HSL color Cylindrical-coordinate representation of color #4E5CBC: hue angle of 232.36º 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 #4E5CBC is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 92 | 188 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.26 |
| HSL | 232.36º | 0.45% | 0.52% | - |
| HSV(B) | 232.36º | 0.59% | 0.74% | - |
| XYZ | 16.05 | 12.9 | 49.22 | - |
| YUV | 98.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 188 | 0.59 | 0.51 | 0 | 0.26 | 232.36 | 0.45 | 0.52 |
| Hex | 4E | 5C | BC | 3B | 33 | 0 | 1A | E8 | 2D | 34 |
| Octal | 116 | 134 | 274 | 73 | 63 | 0 | 32 | 350 | 55 | 64 |
| Binary | 1001110 | 1011100 | 10111100 | 111011 | 110011 | 0 | 11010 | 11101000 | 101101 | 110100 |
Color Harmonies of #4E5CBC
Complementary color
Monochromatic Colors of #4E5CBC
Black with #4E5CBC
Text Example
Text Example
White with #4E5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CBC; }
p { color: rgb(78,92,188); }
H1.HeaderClassName
{
color: #4E5CBC;
}
.AnyTagClassName
{
color: #4E5CBC;
}
</style>
background-color css
<style>
a { background-color: #4E5CBC; }
a { background-color: rgb(78,92,188); }
div.DivClassName
{
background-color: #4E5CBC;
}
.BgClassName
{
background-color: #4E5CBC;
}
</style>
border-color css
<style>
span { border-color: #4E5CBC; }
span { border-color: rgb(78,92,188); }
td.TdClassName
{
border-color: #4E5CBC;
}
.TagClassName
{
border-color: #4E5CBC;
}
</style>