Shades of Free Speech Blue #4E61CE
Tints of Free Speech Blue #4E61CE
RGB
CMYK
RGB Variations
Color information
#4E61CE (or 0x4E61CE) is known color: Free Speech Blue. HEX triplet: 4E, 61 and CE. RGB value is (78,97,206). Sum of RGB (Red+Green+Blue) = 78+97+206=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E61CE is #B19E31. Grayscale: #676767. Windows color (decimal): -11640370 or 13525326. OLE color: 13525326.
HSL color Cylindrical-coordinate representation of color #4E61CE: hue angle of 231.09º 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 #4E61CE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 97 | 206 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.19 |
| HSL | 231.09º | 0.57% | 0.56% | - |
| HSV(B) | 231.09º | 0.62% | 0.81% | - |
| XYZ | 18.56 | 14.63 | 60.24 | - |
| YUV | 103.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 206 | 0.62 | 0.53 | 0 | 0.19 | 231.09 | 0.57 | 0.56 |
| Hex | 4E | 61 | CE | 3E | 35 | 0 | 13 | E7 | 39 | 38 |
| Octal | 116 | 141 | 316 | 76 | 65 | 0 | 23 | 347 | 71 | 70 |
| Binary | 1001110 | 1100001 | 11001110 | 111110 | 110101 | 0 | 10011 | 11100111 | 111001 | 111000 |
Color Harmonies of #4E61CE
Complementary color
Monochromatic Colors of #4E61CE
Black with #4E61CE
Text Example
Text Example
White with #4E61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E61CE; }
p { color: rgb(78,97,206); }
H1.HeaderClassName
{
color: #4E61CE;
}
.AnyTagClassName
{
color: #4E61CE;
}
</style>
background-color css
<style>
a { background-color: #4E61CE; }
a { background-color: rgb(78,97,206); }
div.DivClassName
{
background-color: #4E61CE;
}
.BgClassName
{
background-color: #4E61CE;
}
</style>
border-color css
<style>
span { border-color: #4E61CE; }
span { border-color: rgb(78,97,206); }
td.TdClassName
{
border-color: #4E61CE;
}
.TagClassName
{
border-color: #4E61CE;
}
</style>