Shades of Free Speech Blue #4E5ABE
Tints of Free Speech Blue #4E5ABE
RGB
CMYK
RGB Variations
Color information
#4E5ABE (or 0x4E5ABE) is known color: Free Speech Blue. HEX triplet: 4E, 5A and BE. RGB value is (78,90,190). Sum of RGB (Red+Green+Blue) = 78+90+190=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ABE is #B1A541. Grayscale: #616161. Windows color (decimal): -11642178 or 12474958. OLE color: 12474958.
HSL color Cylindrical-coordinate representation of color #4E5ABE: hue angle of 233.57º 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 #4E5ABE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 90 | 190 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.25 |
| HSL | 233.57º | 0.46% | 0.53% | - |
| HSV(B) | 233.57º | 0.59% | 0.75% | - |
| XYZ | 16.09 | 12.65 | 50.31 | - |
| YUV | 97.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 190 | 0.59 | 0.53 | 0 | 0.25 | 233.57 | 0.46 | 0.53 |
| Hex | 4E | 5A | BE | 3B | 35 | 0 | 19 | EA | 2E | 35 |
| Octal | 116 | 132 | 276 | 73 | 65 | 0 | 31 | 352 | 56 | 65 |
| Binary | 1001110 | 1011010 | 10111110 | 111011 | 110101 | 0 | 11001 | 11101010 | 101110 | 110101 |
Color Harmonies of #4E5ABE
Complementary color
Monochromatic Colors of #4E5ABE
Black with #4E5ABE
Text Example
Text Example
White with #4E5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5ABE; }
p { color: rgb(78,90,190); }
H1.HeaderClassName
{
color: #4E5ABE;
}
.AnyTagClassName
{
color: #4E5ABE;
}
</style>
background-color css
<style>
a { background-color: #4E5ABE; }
a { background-color: rgb(78,90,190); }
div.DivClassName
{
background-color: #4E5ABE;
}
.BgClassName
{
background-color: #4E5ABE;
}
</style>
border-color css
<style>
span { border-color: #4E5ABE; }
span { border-color: rgb(78,90,190); }
td.TdClassName
{
border-color: #4E5ABE;
}
.TagClassName
{
border-color: #4E5ABE;
}
</style>