Shades of Free Speech Blue #4E50CE
Tints of Free Speech Blue #4E50CE
RGB
CMYK
RGB Variations
Color information
#4E50CE (or 0x4E50CE) is known color: Free Speech Blue. HEX triplet: 4E, 50 and CE. RGB value is (78,80,206). Sum of RGB (Red+Green+Blue) = 78+80+206=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50CE is #B1AF31. Grayscale: #5D5D5D. Windows color (decimal): -11644722 or 13520974. OLE color: 13520974.
HSL color Cylindrical-coordinate representation of color #4E50CE: hue angle of 239.06º 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 #4E50CE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 80 | 206 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.19 |
| HSL | 239.06º | 0.57% | 0.56% | - |
| HSV(B) | 239.06º | 0.62% | 0.81% | - |
| XYZ | 17.15 | 11.81 | 59.77 | - |
| YUV | 93.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 206 | 0.62 | 0.61 | 0 | 0.19 | 239.06 | 0.57 | 0.56 |
| Hex | 4E | 50 | CE | 3E | 3D | 0 | 13 | EF | 39 | 38 |
| Octal | 116 | 120 | 316 | 76 | 75 | 0 | 23 | 357 | 71 | 70 |
| Binary | 1001110 | 1010000 | 11001110 | 111110 | 111101 | 0 | 10011 | 11101111 | 111001 | 111000 |
Color Harmonies of #4E50CE
Complementary color
Monochromatic Colors of #4E50CE
Black with #4E50CE
Text Example
Text Example
White with #4E50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E50CE; }
p { color: rgb(78,80,206); }
H1.HeaderClassName
{
color: #4E50CE;
}
.AnyTagClassName
{
color: #4E50CE;
}
</style>
background-color css
<style>
a { background-color: #4E50CE; }
a { background-color: rgb(78,80,206); }
div.DivClassName
{
background-color: #4E50CE;
}
.BgClassName
{
background-color: #4E50CE;
}
</style>
border-color css
<style>
span { border-color: #4E50CE; }
span { border-color: rgb(78,80,206); }
td.TdClassName
{
border-color: #4E50CE;
}
.TagClassName
{
border-color: #4E50CE;
}
</style>