Shades of Free Speech Blue #4E4ADC
Tints of Free Speech Blue #4E4ADC
RGB
CMYK
RGB Variations
Color information
#4E4ADC (or 0x4E4ADC) is known color: Free Speech Blue. HEX triplet: 4E, 4A and DC. RGB value is (78,74,220). Sum of RGB (Red+Green+Blue) = 78+74+220=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E4ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ADC is #B1B523. Grayscale: #5B5B5B. Windows color (decimal): -11646244 or 14436942. OLE color: 14436942.
HSL color Cylindrical-coordinate representation of color #4E4ADC: hue angle of 241.64º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E4ADC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 74 | 220 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.14 |
| HSL | 241.64º | 0.68% | 0.58% | - |
| HSV(B) | 241.64º | 0.66% | 0.86% | - |
| XYZ | 18.51 | 11.68 | 68.99 | - |
| YUV | 91.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 220 | 0.65 | 0.66 | 0 | 0.14 | 241.64 | 0.68 | 0.58 |
| Hex | 4E | 4A | DC | 41 | 42 | 0 | E | F2 | 44 | 3A |
| Octal | 116 | 112 | 334 | 101 | 102 | 0 | 16 | 362 | 104 | 72 |
| Binary | 1001110 | 1001010 | 11011100 | 1000001 | 1000010 | 0 | 1110 | 11110010 | 1000100 | 111010 |
Color Harmonies of #4E4ADC
Complementary color
Monochromatic Colors of #4E4ADC
Black with #4E4ADC
Text Example
Text Example
White with #4E4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4ADC; }
p { color: rgb(78,74,220); }
H1.HeaderClassName
{
color: #4E4ADC;
}
.AnyTagClassName
{
color: #4E4ADC;
}
</style>
background-color css
<style>
a { background-color: #4E4ADC; }
a { background-color: rgb(78,74,220); }
div.DivClassName
{
background-color: #4E4ADC;
}
.BgClassName
{
background-color: #4E4ADC;
}
</style>
border-color css
<style>
span { border-color: #4E4ADC; }
span { border-color: rgb(78,74,220); }
td.TdClassName
{
border-color: #4E4ADC;
}
.TagClassName
{
border-color: #4E4ADC;
}
</style>