Shades of Free Speech Blue #4E4FDD
Tints of Free Speech Blue #4E4FDD
RGB
CMYK
RGB Variations
Color information
#4E4FDD (or 0x4E4FDD) is known color: Free Speech Blue. HEX triplet: 4E, 4F and DD. RGB value is (78,79,221). Sum of RGB (Red+Green+Blue) = 78+79+221=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FDD is #B1B022. Grayscale: #5E5E5E. Windows color (decimal): -11644963 or 14503758. OLE color: 14503758.
HSL color Cylindrical-coordinate representation of color #4E4FDD: hue angle of 239.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4FDD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 79 | 221 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.13 |
| HSL | 239.58º | 0.68% | 0.59% | - |
| HSV(B) | 239.58º | 0.65% | 0.87% | - |
| XYZ | 18.99 | 12.43 | 69.81 | - |
| YUV | 94.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 221 | 0.65 | 0.64 | 0 | 0.13 | 239.58 | 0.68 | 0.59 |
| Hex | 4E | 4F | DD | 41 | 40 | 0 | D | F0 | 44 | 3B |
| Octal | 116 | 117 | 335 | 101 | 100 | 0 | 15 | 360 | 104 | 73 |
| Binary | 1001110 | 1001111 | 11011101 | 1000001 | 1000000 | 0 | 1101 | 11110000 | 1000100 | 111011 |
Color Harmonies of #4E4FDD
Complementary color
Monochromatic Colors of #4E4FDD
Black with #4E4FDD
Text Example
Text Example
White with #4E4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FDD; }
p { color: rgb(78,79,221); }
H1.HeaderClassName
{
color: #4E4FDD;
}
.AnyTagClassName
{
color: #4E4FDD;
}
</style>
background-color css
<style>
a { background-color: #4E4FDD; }
a { background-color: rgb(78,79,221); }
div.DivClassName
{
background-color: #4E4FDD;
}
.BgClassName
{
background-color: #4E4FDD;
}
</style>
border-color css
<style>
span { border-color: #4E4FDD; }
span { border-color: rgb(78,79,221); }
td.TdClassName
{
border-color: #4E4FDD;
}
.TagClassName
{
border-color: #4E4FDD;
}
</style>