Shades of Free Speech Blue #4C4EDE
Tints of Free Speech Blue #4C4EDE
RGB
CMYK
RGB Variations
Color information
#4C4EDE (or 0x4C4EDE) is known color: Free Speech Blue. HEX triplet: 4C, 4E and DE. RGB value is (76,78,222). Sum of RGB (Red+Green+Blue) = 76+78+222=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EDE is #B3B121. Grayscale: #5D5D5D. Windows color (decimal): -11776290 or 14569036. OLE color: 14569036.
HSL color Cylindrical-coordinate representation of color #4C4EDE: hue angle of 239.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C4EDE is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 78 | 222 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.13 |
| HSL | 239.18º | 0.69% | 0.58% | - |
| HSV(B) | 239.18º | 0.66% | 0.87% | - |
| XYZ | 18.89 | 12.26 | 70.48 | - |
| YUV | 93.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 222 | 0.66 | 0.65 | 0 | 0.13 | 239.18 | 0.69 | 0.58 |
| Hex | 4C | 4E | DE | 42 | 41 | 0 | D | EF | 45 | 3A |
| Octal | 114 | 116 | 336 | 102 | 101 | 0 | 15 | 357 | 105 | 72 |
| Binary | 1001100 | 1001110 | 11011110 | 1000010 | 1000001 | 0 | 1101 | 11101111 | 1000101 | 111010 |
Color Harmonies of #4C4EDE
Complementary color
Monochromatic Colors of #4C4EDE
Black with #4C4EDE
Text Example
Text Example
White with #4C4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4EDE; }
p { color: rgb(76,78,222); }
H1.HeaderClassName
{
color: #4C4EDE;
}
.AnyTagClassName
{
color: #4C4EDE;
}
</style>
background-color css
<style>
a { background-color: #4C4EDE; }
a { background-color: rgb(76,78,222); }
div.DivClassName
{
background-color: #4C4EDE;
}
.BgClassName
{
background-color: #4C4EDE;
}
</style>
border-color css
<style>
span { border-color: #4C4EDE; }
span { border-color: rgb(76,78,222); }
td.TdClassName
{
border-color: #4C4EDE;
}
.TagClassName
{
border-color: #4C4EDE;
}
</style>