Shades of Free Speech Blue #4C3CCC
Tints of Free Speech Blue #4C3CCC
RGB
CMYK
RGB Variations
Color information
#4C3CCC (or 0x4C3CCC) is known color: Free Speech Blue. HEX triplet: 4C, 3C and CC. RGB value is (76,60,204). Sum of RGB (Red+Green+Blue) = 76+60+204=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C3CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CCC is #B3C333. Grayscale: #505050. Windows color (decimal): -11780916 or 13384780. OLE color: 13384780.
HSL color Cylindrical-coordinate representation of color #4C3CCC: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C3CCC is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 60 | 204 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.2 |
| HSL | 246.67º | 0.59% | 0.52% | - |
| HSV(B) | 246.67º | 0.71% | 0.8% | - |
| XYZ | 15.5 | 9.13 | 58.07 | - |
| YUV | 81.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 204 | 0.63 | 0.71 | 0 | 0.2 | 246.67 | 0.59 | 0.52 |
| Hex | 4C | 3C | CC | 3F | 47 | 0 | 14 | F7 | 3B | 34 |
| Octal | 114 | 74 | 314 | 77 | 107 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001100 | 111100 | 11001100 | 111111 | 1000111 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4C3CCC
Complementary color
Monochromatic Colors of #4C3CCC
Black with #4C3CCC
Text Example
Text Example
White with #4C3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CCC; }
p { color: rgb(76,60,204); }
H1.HeaderClassName
{
color: #4C3CCC;
}
.AnyTagClassName
{
color: #4C3CCC;
}
</style>
background-color css
<style>
a { background-color: #4C3CCC; }
a { background-color: rgb(76,60,204); }
div.DivClassName
{
background-color: #4C3CCC;
}
.BgClassName
{
background-color: #4C3CCC;
}
</style>
border-color css
<style>
span { border-color: #4C3CCC; }
span { border-color: rgb(76,60,204); }
td.TdClassName
{
border-color: #4C3CCC;
}
.TagClassName
{
border-color: #4C3CCC;
}
</style>