Shades of Free Speech Blue #4C3CC5
Tints of Free Speech Blue #4C3CC5
RGB
CMYK
RGB Variations
Color information
#4C3CC5 (or 0x4C3CC5) is known color: Free Speech Blue. HEX triplet: 4C, 3C and C5. RGB value is (76,60,197). Sum of RGB (Red+Green+Blue) = 76+60+197=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C3CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CC5 is #B3C33A. Grayscale: #4F4F4F. Windows color (decimal): -11780923 or 12926028. OLE color: 12926028.
HSL color Cylindrical-coordinate representation of color #4C3CC5: hue angle of 247.01º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3CC5 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 60 | 197 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.23 |
| HSL | 247.01º | 0.54% | 0.5% | - |
| HSV(B) | 247.01º | 0.7% | 0.77% | - |
| XYZ | 14.67 | 8.8 | 53.75 | - |
| YUV | 80.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 197 | 0.61 | 0.70 | 0 | 0.23 | 247.01 | 0.54 | 0.5 |
| Hex | 4C | 3C | C5 | 3D | 46 | 0 | 17 | F7 | 36 | 32 |
| Octal | 114 | 74 | 305 | 75 | 106 | 0 | 27 | 367 | 66 | 62 |
| Binary | 1001100 | 111100 | 11000101 | 111101 | 1000110 | 0 | 10111 | 11110111 | 110110 | 110010 |
Color Harmonies of #4C3CC5
Complementary color
Monochromatic Colors of #4C3CC5
Black with #4C3CC5
Text Example
Text Example
White with #4C3CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CC5; }
p { color: rgb(76,60,197); }
H1.HeaderClassName
{
color: #4C3CC5;
}
.AnyTagClassName
{
color: #4C3CC5;
}
</style>
background-color css
<style>
a { background-color: #4C3CC5; }
a { background-color: rgb(76,60,197); }
div.DivClassName
{
background-color: #4C3CC5;
}
.BgClassName
{
background-color: #4C3CC5;
}
</style>
border-color css
<style>
span { border-color: #4C3CC5; }
span { border-color: rgb(76,60,197); }
td.TdClassName
{
border-color: #4C3CC5;
}
.TagClassName
{
border-color: #4C3CC5;
}
</style>