Shades of Free Speech Blue #4C3ECE
Tints of Free Speech Blue #4C3ECE
RGB
CMYK
RGB Variations
Color information
#4C3ECE (or 0x4C3ECE) is known color: Free Speech Blue. HEX triplet: 4C, 3E and CE. RGB value is (76,62,206). Sum of RGB (Red+Green+Blue) = 76+62+206=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ECE is #B3C131. Grayscale: #525252. Windows color (decimal): -11780402 or 13516364. OLE color: 13516364.
HSL color Cylindrical-coordinate representation of color #4C3ECE: hue angle of 245.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3ECE is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 62 | 206 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.19 |
| HSL | 245.83º | 0.6% | 0.53% | - |
| HSV(B) | 245.83º | 0.7% | 0.81% | - |
| XYZ | 15.84 | 9.44 | 59.38 | - |
| YUV | 82.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 206 | 0.63 | 0.70 | 0 | 0.19 | 245.83 | 0.6 | 0.53 |
| Hex | 4C | 3E | CE | 3F | 46 | 0 | 13 | F6 | 3C | 35 |
| Octal | 114 | 76 | 316 | 77 | 106 | 0 | 23 | 366 | 74 | 65 |
| Binary | 1001100 | 111110 | 11001110 | 111111 | 1000110 | 0 | 10011 | 11110110 | 111100 | 110101 |
Color Harmonies of #4C3ECE
Complementary color
Monochromatic Colors of #4C3ECE
Black with #4C3ECE
Text Example
Text Example
White with #4C3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3ECE; }
p { color: rgb(76,62,206); }
H1.HeaderClassName
{
color: #4C3ECE;
}
.AnyTagClassName
{
color: #4C3ECE;
}
</style>
background-color css
<style>
a { background-color: #4C3ECE; }
a { background-color: rgb(76,62,206); }
div.DivClassName
{
background-color: #4C3ECE;
}
.BgClassName
{
background-color: #4C3ECE;
}
</style>
border-color css
<style>
span { border-color: #4C3ECE; }
span { border-color: rgb(76,62,206); }
td.TdClassName
{
border-color: #4C3ECE;
}
.TagClassName
{
border-color: #4C3ECE;
}
</style>