Shades of Free Speech Blue #4E63BE
Tints of Free Speech Blue #4E63BE
RGB
CMYK
RGB Variations
Color information
#4E63BE (or 0x4E63BE) is known color: Free Speech Blue. HEX triplet: 4E, 63 and BE. RGB value is (78,99,190). Sum of RGB (Red+Green+Blue) = 78+99+190=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E63BE is #B19C41. Grayscale: #666666. Windows color (decimal): -11639874 or 12477262. OLE color: 12477262.
HSL color Cylindrical-coordinate representation of color #4E63BE: hue angle of 228.75º 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 #4E63BE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 99 | 190 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.25 |
| HSL | 228.75º | 0.46% | 0.53% | - |
| HSV(B) | 228.75º | 0.59% | 0.75% | - |
| XYZ | 16.9 | 14.26 | 50.58 | - |
| YUV | 103.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 190 | 0.59 | 0.48 | 0 | 0.25 | 228.75 | 0.46 | 0.53 |
| Hex | 4E | 63 | BE | 3B | 30 | 0 | 19 | E5 | 2E | 35 |
| Octal | 116 | 143 | 276 | 73 | 60 | 0 | 31 | 345 | 56 | 65 |
| Binary | 1001110 | 1100011 | 10111110 | 111011 | 110000 | 0 | 11001 | 11100101 | 101110 | 110101 |
Color Harmonies of #4E63BE
Complementary color
Monochromatic Colors of #4E63BE
Black with #4E63BE
Text Example
Text Example
White with #4E63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E63BE; }
p { color: rgb(78,99,190); }
H1.HeaderClassName
{
color: #4E63BE;
}
.AnyTagClassName
{
color: #4E63BE;
}
</style>
background-color css
<style>
a { background-color: #4E63BE; }
a { background-color: rgb(78,99,190); }
div.DivClassName
{
background-color: #4E63BE;
}
.BgClassName
{
background-color: #4E63BE;
}
</style>
border-color css
<style>
span { border-color: #4E63BE; }
span { border-color: rgb(78,99,190); }
td.TdClassName
{
border-color: #4E63BE;
}
.TagClassName
{
border-color: #4E63BE;
}
</style>