Shades of Free Speech Blue #4C43CF
Tints of Free Speech Blue #4C43CF
RGB
CMYK
RGB Variations
Color information
#4C43CF (or 0x4C43CF) is known color: Free Speech Blue. HEX triplet: 4C, 43 and CF. RGB value is (76,67,207). Sum of RGB (Red+Green+Blue) = 76+67+207=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C43CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C43CF is #B3BC30. Grayscale: #555555. Windows color (decimal): -11779121 or 13583180. OLE color: 13583180.
HSL color Cylindrical-coordinate representation of color #4C43CF: hue angle of 243.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C43CF is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 67 | 207 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.19 |
| HSL | 243.86º | 0.59% | 0.54% | - |
| HSV(B) | 243.86º | 0.68% | 0.81% | - |
| XYZ | 16.25 | 10.06 | 60.12 | - |
| YUV | 85.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 207 | 0.63 | 0.68 | 0 | 0.19 | 243.86 | 0.59 | 0.54 |
| Hex | 4C | 43 | CF | 3F | 44 | 0 | 13 | F4 | 3B | 36 |
| Octal | 114 | 103 | 317 | 77 | 104 | 0 | 23 | 364 | 73 | 66 |
| Binary | 1001100 | 1000011 | 11001111 | 111111 | 1000100 | 0 | 10011 | 11110100 | 111011 | 110110 |
Color Harmonies of #4C43CF
Complementary color
Monochromatic Colors of #4C43CF
Black with #4C43CF
Text Example
Text Example
White with #4C43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C43CF; }
p { color: rgb(76,67,207); }
H1.HeaderClassName
{
color: #4C43CF;
}
.AnyTagClassName
{
color: #4C43CF;
}
</style>
background-color css
<style>
a { background-color: #4C43CF; }
a { background-color: rgb(76,67,207); }
div.DivClassName
{
background-color: #4C43CF;
}
.BgClassName
{
background-color: #4C43CF;
}
</style>
border-color css
<style>
span { border-color: #4C43CF; }
span { border-color: rgb(76,67,207); }
td.TdClassName
{
border-color: #4C43CF;
}
.TagClassName
{
border-color: #4C43CF;
}
</style>