Shades of Free Speech Blue #4E3DCD
Tints of Free Speech Blue #4E3DCD
RGB
CMYK
RGB Variations
Color information
#4E3DCD (or 0x4E3DCD) is known color: Free Speech Blue. HEX triplet: 4E, 3D and CD. RGB value is (78,61,205). Sum of RGB (Red+Green+Blue) = 78+61+205=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3DCD is #B1C232. Grayscale: #515151. Windows color (decimal): -11649587 or 13450574. OLE color: 13450574.
HSL color Cylindrical-coordinate representation of color #4E3DCD: hue angle of 247.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E3DCD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 61 | 205 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.20 |
| HSL | 247.08º | 0.59% | 0.52% | - |
| HSV(B) | 247.08º | 0.7% | 0.8% | - |
| XYZ | 15.83 | 9.36 | 58.73 | - |
| YUV | 82.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 205 | 0.62 | 0.70 | 0 | 0.20 | 247.08 | 0.59 | 0.52 |
| Hex | 4E | 3D | CD | 3E | 46 | 0 | 14 | F7 | 3B | 34 |
| Octal | 116 | 75 | 315 | 76 | 106 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001110 | 111101 | 11001101 | 111110 | 1000110 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4E3DCD
Complementary color
Monochromatic Colors of #4E3DCD
Black with #4E3DCD
Text Example
Text Example
White with #4E3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DCD; }
p { color: rgb(78,61,205); }
H1.HeaderClassName
{
color: #4E3DCD;
}
.AnyTagClassName
{
color: #4E3DCD;
}
</style>
background-color css
<style>
a { background-color: #4E3DCD; }
a { background-color: rgb(78,61,205); }
div.DivClassName
{
background-color: #4E3DCD;
}
.BgClassName
{
background-color: #4E3DCD;
}
</style>
border-color css
<style>
span { border-color: #4E3DCD; }
span { border-color: rgb(78,61,205); }
td.TdClassName
{
border-color: #4E3DCD;
}
.TagClassName
{
border-color: #4E3DCD;
}
</style>