Shades of Free Speech Blue #4E4ACF
Tints of Free Speech Blue #4E4ACF
RGB
CMYK
RGB Variations
Color information
#4E4ACF (or 0x4E4ACF) is known color: Free Speech Blue. HEX triplet: 4E, 4A and CF. RGB value is (78,74,207). Sum of RGB (Red+Green+Blue) = 78+74+207=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ACF is #B1B530. Grayscale: #595959. Windows color (decimal): -11646257 or 13584974. OLE color: 13584974.
HSL color Cylindrical-coordinate representation of color #4E4ACF: hue angle of 241.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E4ACF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 74 | 207 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.19 |
| HSL | 241.8º | 0.58% | 0.55% | - |
| HSV(B) | 241.8º | 0.64% | 0.81% | - |
| XYZ | 16.85 | 11.02 | 60.27 | - |
| YUV | 90.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 207 | 0.62 | 0.64 | 0 | 0.19 | 241.8 | 0.58 | 0.55 |
| Hex | 4E | 4A | CF | 3E | 40 | 0 | 13 | F2 | 3A | 37 |
| Octal | 116 | 112 | 317 | 76 | 100 | 0 | 23 | 362 | 72 | 67 |
| Binary | 1001110 | 1001010 | 11001111 | 111110 | 1000000 | 0 | 10011 | 11110010 | 111010 | 110111 |
Color Harmonies of #4E4ACF
Complementary color
Monochromatic Colors of #4E4ACF
Black with #4E4ACF
Text Example
Text Example
White with #4E4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4ACF; }
p { color: rgb(78,74,207); }
H1.HeaderClassName
{
color: #4E4ACF;
}
.AnyTagClassName
{
color: #4E4ACF;
}
</style>
background-color css
<style>
a { background-color: #4E4ACF; }
a { background-color: rgb(78,74,207); }
div.DivClassName
{
background-color: #4E4ACF;
}
.BgClassName
{
background-color: #4E4ACF;
}
</style>
border-color css
<style>
span { border-color: #4E4ACF; }
span { border-color: rgb(78,74,207); }
td.TdClassName
{
border-color: #4E4ACF;
}
.TagClassName
{
border-color: #4E4ACF;
}
</style>