Shades of Free Speech Blue #4C63CF
Tints of Free Speech Blue #4C63CF
RGB
CMYK
RGB Variations
Color information
#4C63CF (or 0x4C63CF) is known color: Free Speech Blue. HEX triplet: 4C, 63 and CF. RGB value is (76,99,207). Sum of RGB (Red+Green+Blue) = 76+99+207=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C63CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C63CF is #B39C30. Grayscale: #676767. Windows color (decimal): -11770929 or 13591372. OLE color: 13591372.
HSL color Cylindrical-coordinate representation of color #4C63CF: hue angle of 229.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C63CF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 99 | 207 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.19 |
| HSL | 229.47º | 0.58% | 0.55% | - |
| HSV(B) | 229.47º | 0.63% | 0.81% | - |
| XYZ | 18.7 | 14.97 | 60.93 | - |
| YUV | 104.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 207 | 0.63 | 0.52 | 0 | 0.19 | 229.47 | 0.58 | 0.55 |
| Hex | 4C | 63 | CF | 3F | 34 | 0 | 13 | E5 | 3A | 37 |
| Octal | 114 | 143 | 317 | 77 | 64 | 0 | 23 | 345 | 72 | 67 |
| Binary | 1001100 | 1100011 | 11001111 | 111111 | 110100 | 0 | 10011 | 11100101 | 111010 | 110111 |
Color Harmonies of #4C63CF
Complementary color
Monochromatic Colors of #4C63CF
Black with #4C63CF
Text Example
Text Example
White with #4C63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C63CF; }
p { color: rgb(76,99,207); }
H1.HeaderClassName
{
color: #4C63CF;
}
.AnyTagClassName
{
color: #4C63CF;
}
</style>
background-color css
<style>
a { background-color: #4C63CF; }
a { background-color: rgb(76,99,207); }
div.DivClassName
{
background-color: #4C63CF;
}
.BgClassName
{
background-color: #4C63CF;
}
</style>
border-color css
<style>
span { border-color: #4C63CF; }
span { border-color: rgb(76,99,207); }
td.TdClassName
{
border-color: #4C63CF;
}
.TagClassName
{
border-color: #4C63CF;
}
</style>