Shades of Free Speech Blue #4E3DCE
Tints of Free Speech Blue #4E3DCE
RGB
CMYK
RGB Variations
Color information
#4E3DCE (or 0x4E3DCE) is known color: Free Speech Blue. HEX triplet: 4E, 3D and CE. RGB value is (78,61,206). Sum of RGB (Red+Green+Blue) = 78+61+206=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3DCE is #B1C231. Grayscale: #525252. Windows color (decimal): -11649586 or 13516110. OLE color: 13516110.
HSL color Cylindrical-coordinate representation of color #4E3DCE: hue angle of 247.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E3DCE is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 61 | 206 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.19 |
| HSL | 247.03º | 0.6% | 0.52% | - |
| HSV(B) | 247.03º | 0.7% | 0.81% | - |
| XYZ | 15.95 | 9.41 | 59.37 | - |
| YUV | 82.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 206 | 0.62 | 0.70 | 0 | 0.19 | 247.03 | 0.6 | 0.52 |
| Hex | 4E | 3D | CE | 3E | 46 | 0 | 13 | F7 | 3C | 34 |
| Octal | 116 | 75 | 316 | 76 | 106 | 0 | 23 | 367 | 74 | 64 |
| Binary | 1001110 | 111101 | 11001110 | 111110 | 1000110 | 0 | 10011 | 11110111 | 111100 | 110100 |
Color Harmonies of #4E3DCE
Complementary color
Monochromatic Colors of #4E3DCE
Black with #4E3DCE
Text Example
Text Example
White with #4E3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DCE; }
p { color: rgb(78,61,206); }
H1.HeaderClassName
{
color: #4E3DCE;
}
.AnyTagClassName
{
color: #4E3DCE;
}
</style>
background-color css
<style>
a { background-color: #4E3DCE; }
a { background-color: rgb(78,61,206); }
div.DivClassName
{
background-color: #4E3DCE;
}
.BgClassName
{
background-color: #4E3DCE;
}
</style>
border-color css
<style>
span { border-color: #4E3DCE; }
span { border-color: rgb(78,61,206); }
td.TdClassName
{
border-color: #4E3DCE;
}
.TagClassName
{
border-color: #4E3DCE;
}
</style>