Shades of Free Speech Blue #4C4EC1
Tints of Free Speech Blue #4C4EC1
RGB
CMYK
RGB Variations
Color information
#4C4EC1 (or 0x4C4EC1) is known color: Free Speech Blue. HEX triplet: 4C, 4E and C1. RGB value is (76,78,193). Sum of RGB (Red+Green+Blue) = 76+78+193=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C4EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EC1 is #B3B13E. Grayscale: #5A5A5A. Windows color (decimal): -11776319 or 12668492. OLE color: 12668492.
HSL color Cylindrical-coordinate representation of color #4C4EC1: hue angle of 238.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C4EC1 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 78 | 193 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.24 |
| HSL | 238.97º | 0.49% | 0.53% | - |
| HSV(B) | 238.97º | 0.61% | 0.76% | - |
| XYZ | 15.33 | 10.84 | 51.74 | - |
| YUV | 90.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 193 | 0.61 | 0.60 | 0 | 0.24 | 238.97 | 0.49 | 0.53 |
| Hex | 4C | 4E | C1 | 3D | 3C | 0 | 18 | EF | 31 | 35 |
| Octal | 114 | 116 | 301 | 75 | 74 | 0 | 30 | 357 | 61 | 65 |
| Binary | 1001100 | 1001110 | 11000001 | 111101 | 111100 | 0 | 11000 | 11101111 | 110001 | 110101 |
Color Harmonies of #4C4EC1
Complementary color
Monochromatic Colors of #4C4EC1
Black with #4C4EC1
Text Example
Text Example
White with #4C4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4EC1; }
p { color: rgb(76,78,193); }
H1.HeaderClassName
{
color: #4C4EC1;
}
.AnyTagClassName
{
color: #4C4EC1;
}
</style>
background-color css
<style>
a { background-color: #4C4EC1; }
a { background-color: rgb(76,78,193); }
div.DivClassName
{
background-color: #4C4EC1;
}
.BgClassName
{
background-color: #4C4EC1;
}
</style>
border-color css
<style>
span { border-color: #4C4EC1; }
span { border-color: rgb(76,78,193); }
td.TdClassName
{
border-color: #4C4EC1;
}
.TagClassName
{
border-color: #4C4EC1;
}
</style>