Shades of Free Speech Blue #4E4DCE
Tints of Free Speech Blue #4E4DCE
RGB
CMYK
RGB Variations
Color information
#4E4DCE (or 0x4E4DCE) is known color: Free Speech Blue. HEX triplet: 4E, 4D and CE. RGB value is (78,77,206). Sum of RGB (Red+Green+Blue) = 78+77+206=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DCE is #B1B231. Grayscale: #5B5B5B. Windows color (decimal): -11645490 or 13520206. OLE color: 13520206.
HSL color Cylindrical-coordinate representation of color #4E4DCE: hue angle of 240.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E4DCE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 77 | 206 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.19 |
| HSL | 240.47º | 0.57% | 0.55% | - |
| HSV(B) | 240.47º | 0.63% | 0.81% | - |
| XYZ | 16.94 | 11.38 | 59.7 | - |
| YUV | 92.01 | 192.33 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 206 | 0.62 | 0.63 | 0 | 0.19 | 240.47 | 0.57 | 0.55 |
| Hex | 4E | 4D | CE | 3E | 3F | 0 | 13 | F0 | 39 | 37 |
| Octal | 116 | 115 | 316 | 76 | 77 | 0 | 23 | 360 | 71 | 67 |
| Binary | 1001110 | 1001101 | 11001110 | 111110 | 111111 | 0 | 10011 | 11110000 | 111001 | 110111 |
Color Harmonies of #4E4DCE
Complementary color
Monochromatic Colors of #4E4DCE
Black with #4E4DCE
Text Example
Text Example
White with #4E4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DCE; }
p { color: rgb(78,77,206); }
H1.HeaderClassName
{
color: #4E4DCE;
}
.AnyTagClassName
{
color: #4E4DCE;
}
</style>
background-color css
<style>
a { background-color: #4E4DCE; }
a { background-color: rgb(78,77,206); }
div.DivClassName
{
background-color: #4E4DCE;
}
.BgClassName
{
background-color: #4E4DCE;
}
</style>
border-color css
<style>
span { border-color: #4E4DCE; }
span { border-color: rgb(78,77,206); }
td.TdClassName
{
border-color: #4E4DCE;
}
.TagClassName
{
border-color: #4E4DCE;
}
</style>