Shades of Free Speech Blue #4E5CBE
Tints of Free Speech Blue #4E5CBE
RGB
CMYK
RGB Variations
Color information
#4E5CBE (or 0x4E5CBE) is known color: Free Speech Blue. HEX triplet: 4E, 5C and BE. RGB value is (78,92,190). Sum of RGB (Red+Green+Blue) = 78+92+190=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CBE is #B1A341. Grayscale: #626262. Windows color (decimal): -11641666 or 12475470. OLE color: 12475470.
HSL color Cylindrical-coordinate representation of color #4E5CBE: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5CBE is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 92 | 190 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.25 |
| HSL | 232.5º | 0.46% | 0.53% | - |
| HSV(B) | 232.5º | 0.59% | 0.75% | - |
| XYZ | 16.26 | 12.99 | 50.37 | - |
| YUV | 98.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 190 | 0.59 | 0.52 | 0 | 0.25 | 232.5 | 0.46 | 0.53 |
| Hex | 4E | 5C | BE | 3B | 34 | 0 | 19 | E8 | 2E | 35 |
| Octal | 116 | 134 | 276 | 73 | 64 | 0 | 31 | 350 | 56 | 65 |
| Binary | 1001110 | 1011100 | 10111110 | 111011 | 110100 | 0 | 11001 | 11101000 | 101110 | 110101 |
Color Harmonies of #4E5CBE
Complementary color
Monochromatic Colors of #4E5CBE
Black with #4E5CBE
Text Example
Text Example
White with #4E5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CBE; }
p { color: rgb(78,92,190); }
H1.HeaderClassName
{
color: #4E5CBE;
}
.AnyTagClassName
{
color: #4E5CBE;
}
</style>
background-color css
<style>
a { background-color: #4E5CBE; }
a { background-color: rgb(78,92,190); }
div.DivClassName
{
background-color: #4E5CBE;
}
.BgClassName
{
background-color: #4E5CBE;
}
</style>
border-color css
<style>
span { border-color: #4E5CBE; }
span { border-color: rgb(78,92,190); }
td.TdClassName
{
border-color: #4E5CBE;
}
.TagClassName
{
border-color: #4E5CBE;
}
</style>