Shades of Free Speech Blue #4E4FDC
Tints of Free Speech Blue #4E4FDC
RGB
CMYK
RGB Variations
Color information
#4E4FDC (or 0x4E4FDC) is known color: Free Speech Blue. HEX triplet: 4E, 4F and DC. RGB value is (78,79,220). Sum of RGB (Red+Green+Blue) = 78+79+220=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FDC is #B1B023. Grayscale: #5E5E5E. Windows color (decimal): -11644964 or 14438222. OLE color: 14438222.
HSL color Cylindrical-coordinate representation of color #4E4FDC: hue angle of 239.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4FDC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 79 | 220 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.14 |
| HSL | 239.58º | 0.67% | 0.58% | - |
| HSV(B) | 239.58º | 0.65% | 0.86% | - |
| XYZ | 18.86 | 12.38 | 69.11 | - |
| YUV | 94.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 220 | 0.65 | 0.64 | 0 | 0.14 | 239.58 | 0.67 | 0.58 |
| Hex | 4E | 4F | DC | 41 | 40 | 0 | E | F0 | 43 | 3A |
| Octal | 116 | 117 | 334 | 101 | 100 | 0 | 16 | 360 | 103 | 72 |
| Binary | 1001110 | 1001111 | 11011100 | 1000001 | 1000000 | 0 | 1110 | 11110000 | 1000011 | 111010 |
Color Harmonies of #4E4FDC
Complementary color
Monochromatic Colors of #4E4FDC
Black with #4E4FDC
Text Example
Text Example
White with #4E4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FDC; }
p { color: rgb(78,79,220); }
H1.HeaderClassName
{
color: #4E4FDC;
}
.AnyTagClassName
{
color: #4E4FDC;
}
</style>
background-color css
<style>
a { background-color: #4E4FDC; }
a { background-color: rgb(78,79,220); }
div.DivClassName
{
background-color: #4E4FDC;
}
.BgClassName
{
background-color: #4E4FDC;
}
</style>
border-color css
<style>
span { border-color: #4E4FDC; }
span { border-color: rgb(78,79,220); }
td.TdClassName
{
border-color: #4E4FDC;
}
.TagClassName
{
border-color: #4E4FDC;
}
</style>