Shades of Free Speech Blue #4C3ECF
Tints of Free Speech Blue #4C3ECF
RGB
CMYK
RGB Variations
Color information
#4C3ECF (or 0x4C3ECF) is known color: Free Speech Blue. HEX triplet: 4C, 3E and CF. RGB value is (76,62,207). Sum of RGB (Red+Green+Blue) = 76+62+207=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C3ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ECF is #B3C130. Grayscale: #525252. Windows color (decimal): -11780401 or 13581900. OLE color: 13581900.
HSL color Cylindrical-coordinate representation of color #4C3ECF: hue angle of 245.79º 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 #4C3ECF is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 62 | 207 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.19 |
| HSL | 245.79º | 0.6% | 0.53% | - |
| HSV(B) | 245.79º | 0.7% | 0.81% | - |
| XYZ | 15.97 | 9.49 | 60.02 | - |
| YUV | 82.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 207 | 0.63 | 0.70 | 0 | 0.19 | 245.79 | 0.6 | 0.53 |
| Hex | 4C | 3E | CF | 3F | 46 | 0 | 13 | F6 | 3C | 35 |
| Octal | 114 | 76 | 317 | 77 | 106 | 0 | 23 | 366 | 74 | 65 |
| Binary | 1001100 | 111110 | 11001111 | 111111 | 1000110 | 0 | 10011 | 11110110 | 111100 | 110101 |
Color Harmonies of #4C3ECF
Complementary color
Monochromatic Colors of #4C3ECF
Black with #4C3ECF
Text Example
Text Example
White with #4C3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3ECF; }
p { color: rgb(76,62,207); }
H1.HeaderClassName
{
color: #4C3ECF;
}
.AnyTagClassName
{
color: #4C3ECF;
}
</style>
background-color css
<style>
a { background-color: #4C3ECF; }
a { background-color: rgb(76,62,207); }
div.DivClassName
{
background-color: #4C3ECF;
}
.BgClassName
{
background-color: #4C3ECF;
}
</style>
border-color css
<style>
span { border-color: #4C3ECF; }
span { border-color: rgb(76,62,207); }
td.TdClassName
{
border-color: #4C3ECF;
}
.TagClassName
{
border-color: #4C3ECF;
}
</style>