Shades of Free Speech Blue #4E66CF
Tints of Free Speech Blue #4E66CF
RGB
CMYK
RGB Variations
Color information
#4E66CF (or 0x4E66CF) is known color: Free Speech Blue. HEX triplet: 4E, 66 and CF. RGB value is (78,102,207). Sum of RGB (Red+Green+Blue) = 78+102+207=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E66CF is #B19930. Grayscale: #6A6A6A. Windows color (decimal): -11639089 or 13592142. OLE color: 13592142.
HSL color Cylindrical-coordinate representation of color #4E66CF: hue angle of 228.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E66CF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 102 | 207 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.19 |
| HSL | 228.84º | 0.57% | 0.56% | - |
| HSV(B) | 228.84º | 0.62% | 0.81% | - |
| XYZ | 19.16 | 15.63 | 61.04 | - |
| YUV | 106.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 207 | 0.62 | 0.51 | 0 | 0.19 | 228.84 | 0.57 | 0.56 |
| Hex | 4E | 66 | CF | 3E | 33 | 0 | 13 | E5 | 39 | 38 |
| Octal | 116 | 146 | 317 | 76 | 63 | 0 | 23 | 345 | 71 | 70 |
| Binary | 1001110 | 1100110 | 11001111 | 111110 | 110011 | 0 | 10011 | 11100101 | 111001 | 111000 |
Color Harmonies of #4E66CF
Complementary color
Monochromatic Colors of #4E66CF
Black with #4E66CF
Text Example
Text Example
White with #4E66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E66CF; }
p { color: rgb(78,102,207); }
H1.HeaderClassName
{
color: #4E66CF;
}
.AnyTagClassName
{
color: #4E66CF;
}
</style>
background-color css
<style>
a { background-color: #4E66CF; }
a { background-color: rgb(78,102,207); }
div.DivClassName
{
background-color: #4E66CF;
}
.BgClassName
{
background-color: #4E66CF;
}
</style>
border-color css
<style>
span { border-color: #4E66CF; }
span { border-color: rgb(78,102,207); }
td.TdClassName
{
border-color: #4E66CF;
}
.TagClassName
{
border-color: #4E66CF;
}
</style>