Shades of Free Speech Blue #4C40C4
Tints of Free Speech Blue #4C40C4
RGB
CMYK
RGB Variations
Color information
#4C40C4 (or 0x4C40C4) is known color: Free Speech Blue. HEX triplet: 4C, 40 and C4. RGB value is (76,64,196). Sum of RGB (Red+Green+Blue) = 76+64+196=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C40C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40C4 is #B3BF3B. Grayscale: #525252. Windows color (decimal): -11779900 or 12861516. OLE color: 12861516.
HSL color Cylindrical-coordinate representation of color #4C40C4: hue angle of 245.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C40C4 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 64 | 196 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.23 |
| HSL | 245.45º | 0.53% | 0.51% | - |
| HSV(B) | 245.45º | 0.67% | 0.77% | - |
| XYZ | 14.78 | 9.19 | 53.22 | - |
| YUV | 82.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 196 | 0.61 | 0.67 | 0 | 0.23 | 245.45 | 0.53 | 0.51 |
| Hex | 4C | 40 | C4 | 3D | 43 | 0 | 17 | F5 | 35 | 33 |
| Octal | 114 | 100 | 304 | 75 | 103 | 0 | 27 | 365 | 65 | 63 |
| Binary | 1001100 | 1000000 | 11000100 | 111101 | 1000011 | 0 | 10111 | 11110101 | 110101 | 110011 |
Color Harmonies of #4C40C4
Complementary color
Monochromatic Colors of #4C40C4
Black with #4C40C4
Text Example
Text Example
White with #4C40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C40C4; }
p { color: rgb(76,64,196); }
H1.HeaderClassName
{
color: #4C40C4;
}
.AnyTagClassName
{
color: #4C40C4;
}
</style>
background-color css
<style>
a { background-color: #4C40C4; }
a { background-color: rgb(76,64,196); }
div.DivClassName
{
background-color: #4C40C4;
}
.BgClassName
{
background-color: #4C40C4;
}
</style>
border-color css
<style>
span { border-color: #4C40C4; }
span { border-color: rgb(76,64,196); }
td.TdClassName
{
border-color: #4C40C4;
}
.TagClassName
{
border-color: #4C40C4;
}
</style>