Shades of Free Speech Blue #4C3ECD
Tints of Free Speech Blue #4C3ECD
RGB
CMYK
RGB Variations
Color information
#4C3ECD (or 0x4C3ECD) is known color: Free Speech Blue. HEX triplet: 4C, 3E and CD. RGB value is (76,62,205). Sum of RGB (Red+Green+Blue) = 76+62+205=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C3ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ECD is #B3C132. Grayscale: #515151. Windows color (decimal): -11780403 or 13450828. OLE color: 13450828.
HSL color Cylindrical-coordinate representation of color #4C3ECD: hue angle of 245.87º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3ECD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 62 | 205 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.20 |
| HSL | 245.87º | 0.59% | 0.52% | - |
| HSV(B) | 245.87º | 0.7% | 0.8% | - |
| XYZ | 15.72 | 9.39 | 58.74 | - |
| YUV | 82.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 205 | 0.63 | 0.70 | 0 | 0.20 | 245.87 | 0.59 | 0.52 |
| Hex | 4C | 3E | CD | 3F | 46 | 0 | 14 | F6 | 3B | 34 |
| Octal | 114 | 76 | 315 | 77 | 106 | 0 | 24 | 366 | 73 | 64 |
| Binary | 1001100 | 111110 | 11001101 | 111111 | 1000110 | 0 | 10100 | 11110110 | 111011 | 110100 |
Color Harmonies of #4C3ECD
Complementary color
Monochromatic Colors of #4C3ECD
Black with #4C3ECD
Text Example
Text Example
White with #4C3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3ECD; }
p { color: rgb(76,62,205); }
H1.HeaderClassName
{
color: #4C3ECD;
}
.AnyTagClassName
{
color: #4C3ECD;
}
</style>
background-color css
<style>
a { background-color: #4C3ECD; }
a { background-color: rgb(76,62,205); }
div.DivClassName
{
background-color: #4C3ECD;
}
.BgClassName
{
background-color: #4C3ECD;
}
</style>
border-color css
<style>
span { border-color: #4C3ECD; }
span { border-color: rgb(76,62,205); }
td.TdClassName
{
border-color: #4C3ECD;
}
.TagClassName
{
border-color: #4C3ECD;
}
</style>