Shades of Free Speech Blue #4E5DCE
Tints of Free Speech Blue #4E5DCE
RGB
CMYK
RGB Variations
Color information
#4E5DCE (or 0x4E5DCE) is known color: Free Speech Blue. HEX triplet: 4E, 5D and CE. RGB value is (78,93,206). Sum of RGB (Red+Green+Blue) = 78+93+206=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DCE is #B1A231. Grayscale: #646464. Windows color (decimal): -11641394 or 13524302. OLE color: 13524302.
HSL color Cylindrical-coordinate representation of color #4E5DCE: hue angle of 232.97º 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 #4E5DCE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 93 | 206 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.19 |
| HSL | 232.97º | 0.57% | 0.56% | - |
| HSV(B) | 232.97º | 0.62% | 0.81% | - |
| XYZ | 18.2 | 13.9 | 60.12 | - |
| YUV | 101.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 206 | 0.62 | 0.55 | 0 | 0.19 | 232.97 | 0.57 | 0.56 |
| Hex | 4E | 5D | CE | 3E | 37 | 0 | 13 | E9 | 39 | 38 |
| Octal | 116 | 135 | 316 | 76 | 67 | 0 | 23 | 351 | 71 | 70 |
| Binary | 1001110 | 1011101 | 11001110 | 111110 | 110111 | 0 | 10011 | 11101001 | 111001 | 111000 |
Color Harmonies of #4E5DCE
Complementary color
Monochromatic Colors of #4E5DCE
Black with #4E5DCE
Text Example
Text Example
White with #4E5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5DCE; }
p { color: rgb(78,93,206); }
H1.HeaderClassName
{
color: #4E5DCE;
}
.AnyTagClassName
{
color: #4E5DCE;
}
</style>
background-color css
<style>
a { background-color: #4E5DCE; }
a { background-color: rgb(78,93,206); }
div.DivClassName
{
background-color: #4E5DCE;
}
.BgClassName
{
background-color: #4E5DCE;
}
</style>
border-color css
<style>
span { border-color: #4E5DCE; }
span { border-color: rgb(78,93,206); }
td.TdClassName
{
border-color: #4E5DCE;
}
.TagClassName
{
border-color: #4E5DCE;
}
</style>