Shades of Free Speech Blue #4C3FCD
Tints of Free Speech Blue #4C3FCD
RGB
CMYK
RGB Variations
Color information
#4C3FCD (or 0x4C3FCD) is known color: Free Speech Blue. HEX triplet: 4C, 3F and CD. RGB value is (76,63,205). Sum of RGB (Red+Green+Blue) = 76+63+205=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FCD is #B3C032. Grayscale: #525252. Windows color (decimal): -11780147 or 13451084. OLE color: 13451084.
HSL color Cylindrical-coordinate representation of color #4C3FCD: hue angle of 245.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C3FCD is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 63 | 205 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.20 |
| HSL | 245.49º | 0.59% | 0.53% | - |
| HSV(B) | 245.49º | 0.69% | 0.8% | - |
| XYZ | 15.78 | 9.5 | 58.76 | - |
| YUV | 83.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 205 | 0.63 | 0.69 | 0 | 0.20 | 245.49 | 0.59 | 0.53 |
| Hex | 4C | 3F | CD | 3F | 45 | 0 | 14 | F5 | 3B | 35 |
| Octal | 114 | 77 | 315 | 77 | 105 | 0 | 24 | 365 | 73 | 65 |
| Binary | 1001100 | 111111 | 11001101 | 111111 | 1000101 | 0 | 10100 | 11110101 | 111011 | 110101 |
Color Harmonies of #4C3FCD
Complementary color
Monochromatic Colors of #4C3FCD
Black with #4C3FCD
Text Example
Text Example
White with #4C3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3FCD; }
p { color: rgb(76,63,205); }
H1.HeaderClassName
{
color: #4C3FCD;
}
.AnyTagClassName
{
color: #4C3FCD;
}
</style>
background-color css
<style>
a { background-color: #4C3FCD; }
a { background-color: rgb(76,63,205); }
div.DivClassName
{
background-color: #4C3FCD;
}
.BgClassName
{
background-color: #4C3FCD;
}
</style>
border-color css
<style>
span { border-color: #4C3FCD; }
span { border-color: rgb(76,63,205); }
td.TdClassName
{
border-color: #4C3FCD;
}
.TagClassName
{
border-color: #4C3FCD;
}
</style>