Shades of Free Speech Blue #4C4EC9
Tints of Free Speech Blue #4C4EC9
RGB
CMYK
RGB Variations
Color information
#4C4EC9 (or 0x4C4EC9) is known color: Free Speech Blue. HEX triplet: 4C, 4E and C9. RGB value is (76,78,201). Sum of RGB (Red+Green+Blue) = 76+78+201=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C4EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EC9 is #B3B136. Grayscale: #5A5A5A. Windows color (decimal): -11776311 or 13192780. OLE color: 13192780.
HSL color Cylindrical-coordinate representation of color #4C4EC9: hue angle of 239.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C4EC9 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 78 | 201 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.21 |
| HSL | 239.04º | 0.54% | 0.54% | - |
| HSV(B) | 239.04º | 0.62% | 0.79% | - |
| XYZ | 16.25 | 11.2 | 56.56 | - |
| YUV | 91.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 201 | 0.62 | 0.61 | 0 | 0.21 | 239.04 | 0.54 | 0.54 |
| Hex | 4C | 4E | C9 | 3E | 3D | 0 | 15 | EF | 36 | 36 |
| Octal | 114 | 116 | 311 | 76 | 75 | 0 | 25 | 357 | 66 | 66 |
| Binary | 1001100 | 1001110 | 11001001 | 111110 | 111101 | 0 | 10101 | 11101111 | 110110 | 110110 |
Color Harmonies of #4C4EC9
Complementary color
Monochromatic Colors of #4C4EC9
Black with #4C4EC9
Text Example
Text Example
White with #4C4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4EC9; }
p { color: rgb(76,78,201); }
H1.HeaderClassName
{
color: #4C4EC9;
}
.AnyTagClassName
{
color: #4C4EC9;
}
</style>
background-color css
<style>
a { background-color: #4C4EC9; }
a { background-color: rgb(76,78,201); }
div.DivClassName
{
background-color: #4C4EC9;
}
.BgClassName
{
background-color: #4C4EC9;
}
</style>
border-color css
<style>
span { border-color: #4C4EC9; }
span { border-color: rgb(76,78,201); }
td.TdClassName
{
border-color: #4C4EC9;
}
.TagClassName
{
border-color: #4C4EC9;
}
</style>