Shades of Free Speech Blue #4E6BC0
Tints of Free Speech Blue #4E6BC0
RGB
CMYK
RGB Variations
Color information
#4E6BC0 (or 0x4E6BC0) is known color: Free Speech Blue. HEX triplet: 4E, 6B and C0. RGB value is (78,107,192). Sum of RGB (Red+Green+Blue) = 78+107+192=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E6BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BC0 is #B1943F. Grayscale: #6B6B6B. Windows color (decimal): -11637824 or 12610382. OLE color: 12610382.
HSL color Cylindrical-coordinate representation of color #4E6BC0: hue angle of 224.74º degrees, saturation: 0.47, 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 #4E6BC0 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 107 | 192 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.25 |
| HSL | 224.74º | 0.48% | 0.53% | - |
| HSV(B) | 224.74º | 0.59% | 0.75% | - |
| XYZ | 17.91 | 15.94 | 52 | - |
| YUV | 108.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 192 | 0.59 | 0.44 | 0 | 0.25 | 224.74 | 0.48 | 0.53 |
| Hex | 4E | 6B | C0 | 3B | 2C | 0 | 19 | E1 | 30 | 35 |
| Octal | 116 | 153 | 300 | 73 | 54 | 0 | 31 | 341 | 60 | 65 |
| Binary | 1001110 | 1101011 | 11000000 | 111011 | 101100 | 0 | 11001 | 11100001 | 110000 | 110101 |
Color Harmonies of #4E6BC0
Complementary color
Monochromatic Colors of #4E6BC0
Black with #4E6BC0
Text Example
Text Example
White with #4E6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BC0; }
p { color: rgb(78,107,192); }
H1.HeaderClassName
{
color: #4E6BC0;
}
.AnyTagClassName
{
color: #4E6BC0;
}
</style>
background-color css
<style>
a { background-color: #4E6BC0; }
a { background-color: rgb(78,107,192); }
div.DivClassName
{
background-color: #4E6BC0;
}
.BgClassName
{
background-color: #4E6BC0;
}
</style>
border-color css
<style>
span { border-color: #4E6BC0; }
span { border-color: rgb(78,107,192); }
td.TdClassName
{
border-color: #4E6BC0;
}
.TagClassName
{
border-color: #4E6BC0;
}
</style>