Shades of Free Speech Blue #4E5DCF
Tints of Free Speech Blue #4E5DCF
RGB
CMYK
RGB Variations
Color information
#4E5DCF (or 0x4E5DCF) is known color: Free Speech Blue. HEX triplet: 4E, 5D and CF. RGB value is (78,93,207). Sum of RGB (Red+Green+Blue) = 78+93+207=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DCF is #B1A230. Grayscale: #656565. Windows color (decimal): -11641393 or 13589838. OLE color: 13589838.
HSL color Cylindrical-coordinate representation of color #4E5DCF: hue angle of 233.02º 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 #4E5DCF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 93 | 207 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.19 |
| HSL | 233.02º | 0.57% | 0.56% | - |
| HSV(B) | 233.02º | 0.62% | 0.81% | - |
| XYZ | 18.32 | 13.95 | 60.76 | - |
| YUV | 101.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 207 | 0.62 | 0.55 | 0 | 0.19 | 233.02 | 0.57 | 0.56 |
| Hex | 4E | 5D | CF | 3E | 37 | 0 | 13 | E9 | 39 | 38 |
| Octal | 116 | 135 | 317 | 76 | 67 | 0 | 23 | 351 | 71 | 70 |
| Binary | 1001110 | 1011101 | 11001111 | 111110 | 110111 | 0 | 10011 | 11101001 | 111001 | 111000 |
Color Harmonies of #4E5DCF
Complementary color
Monochromatic Colors of #4E5DCF
Black with #4E5DCF
Text Example
Text Example
White with #4E5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DCF; }
p { color: rgb(78,93,207); }
H1.HeaderClassName
{
color: #4E5DCF;
}
.AnyTagClassName
{
color: #4E5DCF;
}
</style>
background-color css
<style>
a { background-color: #4E5DCF; }
a { background-color: rgb(78,93,207); }
div.DivClassName
{
background-color: #4E5DCF;
}
.BgClassName
{
background-color: #4E5DCF;
}
</style>
border-color css
<style>
span { border-color: #4E5DCF; }
span { border-color: rgb(78,93,207); }
td.TdClassName
{
border-color: #4E5DCF;
}
.TagClassName
{
border-color: #4E5DCF;
}
</style>