Shades of Free Speech Blue #4C4EC0
Tints of Free Speech Blue #4C4EC0
RGB
CMYK
RGB Variations
Color information
#4C4EC0 (or 0x4C4EC0) is known color: Free Speech Blue. HEX triplet: 4C, 4E and C0. RGB value is (76,78,192). Sum of RGB (Red+Green+Blue) = 76+78+192=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C4EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EC0 is #B3B13F. Grayscale: #595959. Windows color (decimal): -11776320 or 12602956. OLE color: 12602956.
HSL color Cylindrical-coordinate representation of color #4C4EC0: hue angle of 238.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C4EC0 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 78 | 192 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.25 |
| HSL | 238.97º | 0.48% | 0.53% | - |
| HSV(B) | 238.97º | 0.6% | 0.75% | - |
| XYZ | 15.22 | 10.79 | 51.15 | - |
| YUV | 90.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 192 | 0.60 | 0.59 | 0 | 0.25 | 238.97 | 0.48 | 0.53 |
| Hex | 4C | 4E | C0 | 3C | 3B | 0 | 19 | EF | 30 | 35 |
| Octal | 114 | 116 | 300 | 74 | 73 | 0 | 31 | 357 | 60 | 65 |
| Binary | 1001100 | 1001110 | 11000000 | 111100 | 111011 | 0 | 11001 | 11101111 | 110000 | 110101 |
Color Harmonies of #4C4EC0
Complementary color
Monochromatic Colors of #4C4EC0
Black with #4C4EC0
Text Example
Text Example
White with #4C4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4EC0; }
p { color: rgb(76,78,192); }
H1.HeaderClassName
{
color: #4C4EC0;
}
.AnyTagClassName
{
color: #4C4EC0;
}
</style>
background-color css
<style>
a { background-color: #4C4EC0; }
a { background-color: rgb(76,78,192); }
div.DivClassName
{
background-color: #4C4EC0;
}
.BgClassName
{
background-color: #4C4EC0;
}
</style>
border-color css
<style>
span { border-color: #4C4EC0; }
span { border-color: rgb(76,78,192); }
td.TdClassName
{
border-color: #4C4EC0;
}
.TagClassName
{
border-color: #4C4EC0;
}
</style>