Shades of Free Speech Blue #4E68CB
Tints of Free Speech Blue #4E68CB
RGB
CMYK
RGB Variations
Color information
#4E68CB (or 0x4E68CB) is known color: Free Speech Blue. HEX triplet: 4E, 68 and CB. RGB value is (78,104,203). Sum of RGB (Red+Green+Blue) = 78+104+203=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68CB is #B19734. Grayscale: #6B6B6B. Windows color (decimal): -11638581 or 13330510. OLE color: 13330510.
HSL color Cylindrical-coordinate representation of color #4E68CB: hue angle of 227.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E68CB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 104 | 203 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.20 |
| HSL | 227.52º | 0.55% | 0.55% | - |
| HSV(B) | 227.52º | 0.62% | 0.8% | - |
| XYZ | 18.87 | 15.83 | 58.56 | - |
| YUV | 107.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 203 | 0.62 | 0.49 | 0 | 0.20 | 227.52 | 0.55 | 0.55 |
| Hex | 4E | 68 | CB | 3E | 31 | 0 | 14 | E4 | 37 | 37 |
| Octal | 116 | 150 | 313 | 76 | 61 | 0 | 24 | 344 | 67 | 67 |
| Binary | 1001110 | 1101000 | 11001011 | 111110 | 110001 | 0 | 10100 | 11100100 | 110111 | 110111 |
Color Harmonies of #4E68CB
Complementary color
Monochromatic Colors of #4E68CB
Black with #4E68CB
Text Example
Text Example
White with #4E68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E68CB; }
p { color: rgb(78,104,203); }
H1.HeaderClassName
{
color: #4E68CB;
}
.AnyTagClassName
{
color: #4E68CB;
}
</style>
background-color css
<style>
a { background-color: #4E68CB; }
a { background-color: rgb(78,104,203); }
div.DivClassName
{
background-color: #4E68CB;
}
.BgClassName
{
background-color: #4E68CB;
}
</style>
border-color css
<style>
span { border-color: #4E68CB; }
span { border-color: rgb(78,104,203); }
td.TdClassName
{
border-color: #4E68CB;
}
.TagClassName
{
border-color: #4E68CB;
}
</style>