Shades of Free Speech Blue #4C64CD
Tints of Free Speech Blue #4C64CD
RGB
CMYK
RGB Variations
Color information
#4C64CD (or 0x4C64CD) is known color: Free Speech Blue. HEX triplet: 4C, 64 and CD. RGB value is (76,100,205). Sum of RGB (Red+Green+Blue) = 76+100+205=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C64CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C64CD is #B39B32. Grayscale: #686868. Windows color (decimal): -11770675 or 13460556. OLE color: 13460556.
HSL color Cylindrical-coordinate representation of color #4C64CD: hue angle of 228.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C64CD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 100 | 205 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.20 |
| HSL | 228.84º | 0.56% | 0.55% | - |
| HSV(B) | 228.84º | 0.63% | 0.8% | - |
| XYZ | 18.56 | 15.06 | 59.69 | - |
| YUV | 104.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 205 | 0.63 | 0.51 | 0 | 0.20 | 228.84 | 0.56 | 0.55 |
| Hex | 4C | 64 | CD | 3F | 33 | 0 | 14 | E5 | 38 | 37 |
| Octal | 114 | 144 | 315 | 77 | 63 | 0 | 24 | 345 | 70 | 67 |
| Binary | 1001100 | 1100100 | 11001101 | 111111 | 110011 | 0 | 10100 | 11100101 | 111000 | 110111 |
Color Harmonies of #4C64CD
Complementary color
Monochromatic Colors of #4C64CD
Black with #4C64CD
Text Example
Text Example
White with #4C64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C64CD; }
p { color: rgb(76,100,205); }
H1.HeaderClassName
{
color: #4C64CD;
}
.AnyTagClassName
{
color: #4C64CD;
}
</style>
background-color css
<style>
a { background-color: #4C64CD; }
a { background-color: rgb(76,100,205); }
div.DivClassName
{
background-color: #4C64CD;
}
.BgClassName
{
background-color: #4C64CD;
}
</style>
border-color css
<style>
span { border-color: #4C64CD; }
span { border-color: rgb(76,100,205); }
td.TdClassName
{
border-color: #4C64CD;
}
.TagClassName
{
border-color: #4C64CD;
}
</style>